From: Nikos Mavrogiannopoulos Date: Sun, 19 Feb 2012 10:49:19 +0000 (+0100) Subject: Included libopts is not installed by default. X-Git-Tag: gnutls_3_0_14~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c05181a979d4ddd92ec03a90ce19fb1e17628cd;p=thirdparty%2Fgnutls.git Included libopts is not installed by default. --- diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4 index 1f981aaefe..0a01666592 100644 --- a/src/libopts/m4/libopts.m4 +++ b/src/libopts/m4/libopts.m4 @@ -487,9 +487,9 @@ AC_DEFUN([LIBOPTS_CHECK_COMMON],[ fi]) AC_ARG_ENABLE([libopts-install], - AC_HELP_STRING([--disable-libopts-install], - [Do not install libopts with client installation])) - AM_CONDITIONAL([INSTALL_LIBOPTS],[test "X${enable_libopts_install}" != Xno]) + AC_HELP_STRING([--enable-libopts-install], + [Install libopts with client installation])) + AM_CONDITIONAL([INSTALL_LIBOPTS],[test "X${enable_libopts_install}" = Xyes]) [if test -z "${NEED_LIBOPTS_DIR}" ; then] AC_MSG_CHECKING([whether autoopts-config can be found])