[svn] gpgme - r1332 - trunk

svn author marcus cvs at cvs.gnupg.org
Tue Sep 16 17:30:44 CEST 2008


Author: marcus
Date: 2008-09-16 17:30:44 +0200 (Tue, 16 Sep 2008)
New Revision: 1332

Modified:
   trunk/ChangeLog
   trunk/configure.ac
Log:
2008-09-16  Marcus Brinkmann  <marcus at g10code.com>

	* configure.ac (_XOPEN_SOURCE) [apple-darwin]: Define it.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-09-16 15:23:23 UTC (rev 1331)
+++ trunk/ChangeLog	2008-09-16 15:30:44 UTC (rev 1332)
@@ -1,3 +1,7 @@
+2008-09-16  Marcus Brinkmann  <marcus at g10code.com>
+
+	* configure.ac (_XOPEN_SOURCE) [apple-darwin]: Define it. 
+
 2008-07-04  Werner Koch  <wk at g10code.com>
 
 	* config.guess, config.sub: Update to 2007-11-19.  Also update

Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2008-09-16 15:23:23 UTC (rev 1331)
+++ trunk/configure.ac	2008-09-16 15:30:44 UTC (rev 1332)
@@ -110,7 +110,12 @@
     *-*-gnu*)
 	have_ld_version_script=yes
         ;;
+    *-apple-darwin*)
+        AC_DEFINE(_XOPEN_SOURCE, 500, Activate POSIX interface on MacOS X)
+        ;;
 esac
+
+esac
 AM_CONDITIONAL(HAVE_LD_VERSION_SCRIPT, test "$have_ld_version_script" = "yes")
 
 GPG_DEFAULT=no




More information about the Gnupg-commits mailing list