diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 12bc382cc..817b827ab 100644 --- a/configure.ac +++ b/configure.ac @@ -304,7 +304,7 @@ if test "$use_exec" = yes ; then AC_MSG_RESULT($try_http) AC_MSG_CHECKING([whether Finger key fetching support is requested]) - AC_ARG_ENABLE(http, + AC_ARG_ENABLE(finger, AC_HELP_STRING([--disable-finger], [disable Finger key fetching interface]), try_finger=$enableval, try_finger=yes) |