]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Included libopts is not installed by default.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Feb 2012 10:49:19 +0000 (11:49 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 19 Feb 2012 10:49:19 +0000 (11:49 +0100)
src/libopts/m4/libopts.m4

index 1f981aaefe7126e570cac8dda9c33cab94bb7e5f..0a01666592102aedc4c2b1f479570f74dc2212c4 100644 (file)
@@ -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])