aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index cb20589cb..b52df6376 100644
--- a/configure.ac
+++ b/configure.ac
@@ -131,8 +131,8 @@ AS_IF([test "x$enable_man" != "xno"], [
131HAVE_FIRETUNNEL="" 131HAVE_FIRETUNNEL=""
132AC_SUBST([HAVE_FIRETUNNEL]) 132AC_SUBST([HAVE_FIRETUNNEL])
133AC_ARG_ENABLE([firetunnel], 133AC_ARG_ENABLE([firetunnel],
134 [AS_HELP_STRING([--disable-firetunnel], [disable firetunnel])]) 134 [AS_HELP_STRING([--enable-firetunnel], [enable firetunnel])])
135AS_IF([test "x$enable_firetunnel" != "xno"], [ 135AS_IF([test "x$enable_firetunnel" = "xyes"], [
136 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL" 136 HAVE_FIRETUNNEL="-DHAVE_FIRETUNNEL"
137]) 137])
138 138