gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libmicrohttpd] 02/02: Added support for GNU Hurd detection


From: gnunet
Subject: [GNUnet-SVN] [libmicrohttpd] 02/02: Added support for GNU Hurd detection Actually GNU Hurd is supported since f3dd2a630369473fe3bc0ac86983e59f64457a97
Date: Mon, 19 Jun 2017 22:43:18 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit 113fc177aaab1ecd2a6b49c6667ecdddcbf9cd01
Author: Evgeny Grin (Karlson2k) <address@hidden>
AuthorDate: Mon Jun 19 23:43:05 2017 +0300

    Added support for GNU Hurd detection
    Actually GNU Hurd is supported since 
f3dd2a630369473fe3bc0ac86983e59f64457a97
---
 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index 5cfcb874..b8b10c62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -326,6 +326,11 @@ netbsd*)
      mhd_host_os='OS/390'
      AC_MSG_RESULT([[$mhd_host_os]])
     ;;
+gnu*)
+     AC_DEFINE([[GNU_HURD]], [[1]], [Define to `1' if host machine runs on GNU 
Hurd.])
+     mhd_host_os='GNU Hurd'
+     AC_MSG_RESULT([[$mhd_host_os]])
+    ;;
 *)
      mhd_host_os='unrecognised OS'
      AC_MSG_RESULT([[$mhd_host_os]])

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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