gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-gtk] branch master updated: fix gnunet detection without platfor


From: gnunet
Subject: [gnunet-gtk] branch master updated: fix gnunet detection without platform.h
Date: Mon, 05 Dec 2022 05:33:27 +0100

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet-gtk.

The following commit(s) were added to refs/heads/master by this push:
     new cf47b904 fix gnunet detection without platform.h
cf47b904 is described below

commit cf47b9047bace3ce1060f536f79a9947d2698878
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Dec 5 13:33:20 2022 +0900

    fix gnunet detection without platform.h
---
 configure.ac | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 76111ed5..83203a8a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -392,7 +392,7 @@ AC_ARG_WITH(gnunet,
           EXT_LIB_PATH="-L${lookin}/lib64 $EXT_LIB_PATH"
         fi
       ]
-      ),,[#include <gnunet/platform.h>]
+      ),,
      )
    ]
 )
@@ -422,14 +422,14 @@ AS_IF([test "x$gnunet" = "x0" -a ! "x$lookin" = "x"],
         fi
 
       ]
-    ),,[#include <gnunet/platform.h>]
+    ),,
   )
   AC_CHECK_HEADERS([gnunet/gnunet_conversation_service.h],
     AC_CHECK_LIB([gnunetspeaker], [GNUNET_SPEAKER_destroy],
       [
         gnunet_conversation=1
       ]
-    ),,[#include <gnunet/platform.h>]
+    ),,
   )
   LIBS="$backup_LIBS"
   CFLAGS="$backup_CFLAGS"
@@ -447,7 +447,7 @@ AM_CONDITIONAL(HAVE_CONVERSATION, test 
x$gnunet_conversation != x0)
 backup_CPPFLAGS="$CPPFLAGS"
 CPPFLAGS="$GNUNET_CPPFLAGS $backup_CPPFLAGS"
 AC_CHECK_HEADERS([gnunet/gnunet_fs_service.h 
gnunet/gnunet_statistics_service.h gnunet/gnunet_core_service.h], [],
-                 AC_MSG_ERROR([compiling gnunet-gtk requires GNUnet core 
headers]), [#include <gnunet/platform.h>])
+                 AC_MSG_ERROR([compiling gnunet-gtk requires GNUnet core 
headers]),)
 CPPFLAGS="$backup_CPPFLAGS"
 
 SAVELIBS=$LIBS

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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