gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1156 - GNUnet


From: grothoff
Subject: [GNUnet-SVN] r1156 - GNUnet
Date: Thu, 30 Jun 2005 04:46:39 -0700 (PDT)

Author: grothoff
Date: 2005-06-30 04:46:36 -0700 (Thu, 30 Jun 2005)
New Revision: 1156

Modified:
   GNUnet/configure.ac
Log:
fix

Modified: GNUnet/configure.ac
===================================================================
--- GNUnet/configure.ac 2005-06-30 11:42:00 UTC (rev 1155)
+++ GNUnet/configure.ac 2005-06-30 11:46:36 UTC (rev 1156)
@@ -409,8 +409,8 @@
         ipv6=1
        ;;
   esac],
-  [     AC_MSG_RESULT(no)
-        ipv6=0])
+  [     AC_MSG_RESULT(yes)
+        ipv6=1])
 AM_CONDITIONAL(HAVE_IPV6, test x$ipv6 != x0)
 AC_DEFINE_UNQUOTED(USE_IPV6, $ipv6, [IPV6 available])
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]