gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/13: configure: use standard Linux settings for Linux


From: gnunet
Subject: [libmicrohttpd] 04/13: configure: use standard Linux settings for Linux on ARM
Date: Mon, 16 May 2022 20:14:53 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 0a0fa0f1c6a6b6a798dda2ee9859b297aa65dfb9
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon May 16 15:28:40 2022 +0300

    configure: use standard Linux settings for Linux on ARM
---
 configure.ac | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2e1cc9da..ee3d5931 100644
--- a/configure.ac
+++ b/configure.ac
@@ -648,11 +648,6 @@ AS_CASE(["$host_os"],
      AC_MSG_RESULT([[$mhd_host_os]])
      AC_SEARCH_LIBS([gethostbyname], [nsl])
      AC_SEARCH_LIBS([socket], [socket])],
-  [*arm-linux*],
-  [AC_DEFINE([LINUX],[1],[This is a Linux kernel])
-     mhd_host_os='ARM Linux'
-     AC_MSG_RESULT([[$mhd_host_os]])
-     CFLAGS_ac="-fPIC -pipe $CFLAGS_ac"],
   [*linux*],
   [AC_DEFINE([LINUX],[1],[This is a Linux kernel])
      mhd_host_os='Linux'

-- 
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]