aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-06 11:29:10 +0000
committerWerner Koch <[email protected]>2010-10-06 11:29:10 +0000
commit002b30e75c623d15e89708a27442836bdf038ebc (patch)
tree6b8389135e5a762ea204c2c9480314eaaede0ef5 /configure.ac
parentDon't set SSH_AGENTPID_INFO. (diff)
downloadgnupg-002b30e75c623d15e89708a27442836bdf038ebc.tar.gz
gnupg-002b30e75c623d15e89708a27442836bdf038ebc.zip
Import fixes.
new otion for watchgnupg
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 009f399cd..8565b551d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ use_bzip2=yes
use_exec=yes
disable_keyserver_path=no
use_ccid_driver=yes
-use_standard_socket=no
+use_standard_socket=yes
try_ks_ldap=no
@@ -657,8 +657,8 @@ fi
#
AC_MSG_CHECKING([whether to use a standard socket by default])
AC_ARG_ENABLE(standard-socket,
- AC_HELP_STRING([--enable-standard-socket],
- [use a standard socket for the agent by default]),
+ AC_HELP_STRING([--disable-standard-socket],
+ [don't use a standard socket by default]),
use_standard_socket=$enableval)
tmp=""
if test "$use_standard_socket" != yes; then