gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37778 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r37778 - libmicrohttpd
Date: Wed, 24 Aug 2016 14:50:02 +0200

Author: Karlson2k
Date: 2016-08-24 14:50:02 +0200 (Wed, 24 Aug 2016)
New Revision: 37778

Modified:
   libmicrohttpd/configure.ac
Log:
Fixed building by compilers without support of "inline" function

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2016-08-24 12:36:32 UTC (rev 37777)
+++ libmicrohttpd/configure.ac  2016-08-24 12:50:02 UTC (rev 37778)
@@ -143,7 +143,7 @@
     [[ inln_prfx="$inln_prfx_chk" ]])
   test "x$inln_prfx" != "xnone" && break
 done
-AS_IF([[test "x$ac_cv_c_inline" != "xnone"]],
+AS_IF([[test "x$inln_prfx" != "xnone"]],
       [
        AC_DEFINE([INLINE_FUNC],[1],[Define to 1 if your C compiler supports 
inline functions.])
        AC_DEFINE_UNQUOTED([_MHD_inline],[static $inln_prfx],[Define to prefix 
which will be used with MHD inline functions.])




reply via email to

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