[Goodies-commits] r3905 - xfce4-mailwatch-plugin/trunk

Brian Tarricone kelnos at xfce.org
Thu Jan 31 12:47:11 CET 2008


Author: kelnos
Date: 2008-01-31 11:47:11 +0000 (Thu, 31 Jan 2008)
New Revision: 3905

Modified:
   xfce4-mailwatch-plugin/trunk/configure.ac
Log:
use --(enable|disable)-ipv6 rather than --with(out)?-ipv6


Modified: xfce4-mailwatch-plugin/trunk/configure.ac
===================================================================
--- xfce4-mailwatch-plugin/trunk/configure.ac	2008-01-31 11:40:48 UTC (rev 3904)
+++ xfce4-mailwatch-plugin/trunk/configure.ac	2008-01-31 11:47:11 UTC (rev 3905)
@@ -67,10 +67,10 @@
 
 dnl to ipv6, or to not ipv6
 AC_MSG_CHECKING([whether to support IPv6])
-AC_ARG_WITH([ipv6],
-            [AC_HELP_STRING([--disable-ipv6],
-                            [Disable IPv6 support (default=enabled)])],
-            [enable_ipv6_support=$withval], [enable_ipv6_support=yes])
+AC_ARG_ENABLE([ipv6],
+              [AC_HELP_STRING([--disable-ipv6],
+                              [Disable IPv6 support (default=enabled)])],
+              [enable_ipv6_support=$enableval], [enable_ipv6_support=yes])
 AC_MSG_RESULT([$enable_ipv6_support])
 if test "x$enable_ipv6_support" = "xyes"; then
     AC_DEFINE([ENABLE_IPV6_SUPPORT], [1],




More information about the Goodies-commits mailing list