pidgin: b99fbcf8: If the default setting is enabled for op...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Mon Mar 31 10:30:42 EDT 2008


-----------------------------------------------------------------
Revision: b99fbcf8e91bf698c076d890204b82a59f3d8f1e
Ancestor: e131ab83b49993e89788231bf2905e0f36903874
Author: nosnilmot at pidgin.im
Date: 2008-03-31T14:25:26
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/b99fbcf8e91bf698c076d890204b82a59f3d8f1e

Modified files:
        configure.ac

ChangeLog: 

If the default setting is enabled for options to ./configure, the help
string should be --disable-option

-------------- next part --------------
============================================================
--- configure.ac	3f1e60e3e135a96277493e7a7cea9a98bd476803
+++ configure.ac	3cc802cf86e09af0ccfae7c8e992cb0021109541
@@ -2146,14 +2146,14 @@ dnl ####################################
 dnl #######################################################################
 dnl # Disable pixmap installation
 dnl #######################################################################
-AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--enable-pixmaps-install], [enable installation of pixmap files]), enable_pixmaps="$enableval", enable_pixmaps=yes)
+AC_ARG_ENABLE(pixmaps-install, AC_HELP_STRING([--disable-pixmaps-install], [disable installation of pixmap files]), enable_pixmaps="$enableval", enable_pixmaps=yes)
 
 AM_CONDITIONAL(INSTALL_PIXMAPS, test "x$enable_pixmaps" = "xyes")
 
 dnl #######################################################################
 dnl # Disable installation of translation files
 dnl #######################################################################
-AC_ARG_ENABLE(nls, AC_HELP_STRING([--enable-nls], [enable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
+AC_ARG_ENABLE(nls, AC_HELP_STRING([--disable-nls], [disable installation of translation files]), enable_i18n="$enableval", enable_i18n=yes)
 
 AM_CONDITIONAL(INSTALL_I18N, test "x$enable_i18n" = "xyes")
 


More information about the Commits mailing list