[xiph-commits] r3672 - liboggz/trunk

giles at svn.annodex.net giles at svn.annodex.net
Thu Jul 31 09:30:50 PDT 2008


Author: giles
Date: 2008-07-31 09:30:50 -0700 (Thu, 31 Jul 2008)
New Revision: 3672

Modified:
   liboggz/trunk/configure.ac
Log:
Clarify _XOPEN_SOURCE is only needed on some systems.


Modified: liboggz/trunk/configure.ac
===================================================================
--- liboggz/trunk/configure.ac	2008-07-31 16:23:56 UTC (rev 3671)
+++ liboggz/trunk/configure.ac	2008-07-31 16:30:50 UTC (rev 3672)
@@ -326,7 +326,8 @@
     ]),
    dnl _XOPEN_SOURCE is required
     AC_MSG_RESULT([ok])
-    AC_DEFINE([_XOPEN_SOURCE], [1], [we need _XOPEN for timezone]),
+    AC_DEFINE([_XOPEN_SOURCE], [1], 
+      [Some systems need _XOPEN_SOURCE for timezone]),
    dnl it didn't work even with _XOPEN_SOURCE; httpdate will break 
     AC_MSG_RESULT([no])
   )



More information about the commits mailing list