gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37697 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r37697 - libmicrohttpd
Date: Thu, 11 Aug 2016 17:42:25 +0200

Author: Karlson2k
Date: 2016-08-11 17:42:25 +0200 (Thu, 11 Aug 2016)
New Revision: 37697

Modified:
   libmicrohttpd/configure.ac
Log:
configure.ac: use '_GNU_SOURCE' macro for configure tests

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2016-08-11 13:02:01 UTC (rev 37696)
+++ libmicrohttpd/configure.ac  2016-08-11 15:42:25 UTC (rev 37697)
@@ -26,7 +26,7 @@
 AM_INIT_AUTOMAKE([silent-rules] [subdir-objects])
 AC_CONFIG_HEADERS([MHD_config.h])
 AC_CONFIG_MACRO_DIR([m4])
-AH_TOP([#define _GNU_SOURCE  1])
+AC_DEFINE([[_GNU_SOURCE]], [[1]], [Enable GNU-specific header features])
 
 LIB_VERSION_CURRENT=50
 LIB_VERSION_REVISION=0




reply via email to

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