summaryrefslogtreecommitdiff
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 2acc473..df6e3f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -130,7 +130,7 @@ AC_ARG_ENABLE([https],
case "${enableval}" in
no|yes|auto)
https_support=$enableval
- AC_MSG_RESULT($enableval)
+ AC_MSG_RESULT($https_support)
;;
*)
AC_MSG_ERROR(bad value for https, expected yes/no/auto)
@@ -139,7 +139,7 @@ AC_ARG_ENABLE([https],
],
[
https_support=yes
- AC_MSG_RESULT($https_support=)
+ AC_MSG_RESULT($https_support)
])
if test x"$https_support" = x"no"; then
AC_MSG_NOTICE([disabling https support])