AC_DEFUN([LIBGNUTLS_EXTRA_HOOKS],
[
- AC_MSG_CHECKING([whether to disable OpenSSL compatibility layer])
+ AC_MSG_CHECKING([whether to build OpenSSL compatibility layer])
AC_ARG_ENABLE(openssl-compatibility,
AS_HELP_STRING([--disable-openssl-compatibility],
[disable the OpenSSL compatibility support]),
- enable_openssl=$withval, enable_openssl=yes)
+ enable_openssl=$enableval, enable_openssl=yes)
AC_MSG_RESULT($enable_openssl)
AM_CONDITIONAL(ENABLE_OPENSSL, test "$enable_openssl" = "yes")
])