diff options
author | NIIBE Yutaka <[email protected]> | 2017-10-26 02:19:45 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2017-10-26 02:19:45 +0000 |
commit | 3549dce4f5a726f5350ac2f20d83ba9f84cc23b4 (patch) | |
tree | 7368236e743846647e67fc45aadca721a0e31984 | |
parent | Register DCO for Rainer Perske (diff) | |
download | gnupg-3549dce4f5a726f5350ac2f20d83ba9f84cc23b4.tar.gz gnupg-3549dce4f5a726f5350ac2f20d83ba9f84cc23b4.zip |
Fix comment of configure.
* configure.ac (BUILD_WITH_DIRMNGR): Comment fix.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c479325e4..22f082ed9 100644 --- a/configure.ac +++ b/configure.ac @@ -1777,7 +1777,7 @@ if test "$build_scdaemon" = yes ; then AC_DEFINE(BUILD_WITH_SCDAEMON,1,[Defined if SCDAEMON is to be build]) fi if test "$build_dirmngr" = yes ; then - AC_DEFINE(BUILD_WITH_DIRMNGR,1,[Defined if SCDAEMON is to be build]) + AC_DEFINE(BUILD_WITH_DIRMNGR,1,[Defined if DIRMNGR is to be build]) fi if test "$build_g13" = yes ; then AC_DEFINE(BUILD_WITH_G13,1,[Defined if G13 is to be build]) |