diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-11-01 01:24:33 +0100 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-11-02 13:00:46 +0100 |
commit | 5e693ddfbe44d149ce0d9393d699c613ad5ea706 (patch) | |
tree | e5a90626638f2a51bc94375339023f72a792317e | |
parent | Spelling: correct spelling of "passphrase". (diff) | |
download | gnupg2-5e693ddfbe44d149ce0d9393d699c613ad5ea706.tar.xz gnupg2-5e693ddfbe44d149ce0d9393d699c613ad5ea706.zip |
build: Fix misspelled dirmngr.
Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c211979b1..47de5f873 100644 --- a/configure.ac +++ b/configure.ac @@ -200,7 +200,7 @@ test -n "$GNUPG_PROTECT_TOOL_PGM" \ && show_gnupg_protect_tool_pgm="$GNUPG_PROTECT_TOOL_PGM" AC_ARG_WITH(dirmngr-ldap-pgm, - [ --with-dirmngr-ldap-pgm=PATH Use PATH as the default for the dirmnge ldap wrapper)], + [ --with-dirmngr-ldap-pgm=PATH Use PATH as the default for the dirmngr ldap wrapper)], GNUPG_DIRMNGR_LDAP_PGM="$withval", GNUPG_DIRMNGR_LDAP_PGM="" ) AC_SUBST(GNUPG_DIRMNGR_LDAP_PGM) AM_CONDITIONAL(GNUPG_DIRMNGR_LDAP_PGM, test -n "$GNUPG_DIRMNGR_LDAP_PGM") |