gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r21750 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r21750 - gnunet
Date: Mon, 4 Jun 2012 11:30:57 +0200

Author: grothoff
Date: 2012-06-04 11:30:57 +0200 (Mon, 04 Jun 2012)
New Revision: 21750

Modified:
   gnunet/configure.ac
Log:
#2404, patch 01: configure support for GNU Hurd

Modified: gnunet/configure.ac
===================================================================
--- gnunet/configure.ac 2012-06-03 22:31:16 UTC (rev 21749)
+++ gnunet/configure.ac 2012-06-04 09:30:57 UTC (rev 21750)
@@ -162,6 +162,11 @@
      UNIXONLY=""
      funcstocheck=""
      ;;
+gnu*)
+     AC_DEFINE_UNQUOTED(GNU,1,[This is a GNU system])
+     build_target="gnu"
+     UNIXONLY="#"
+     ;;
 *)
      AC_MSG_RESULT(Unrecognised OS $host_os)
      AC_DEFINE_UNQUOTED(OTHEROS,1,[Some strange OS])
@@ -184,6 +189,7 @@
 AM_CONDITIONAL(XFREEBSD, test "$build_target" = "freebsd")
 AM_CONDITIONAL(OPENBSD, test "$build_target" = "openbsd")
 AM_CONDITIONAL(LINUX, test "$build_target" = "linux")
+AM_CONDITIONAL(GNU, test "$build_target" = "gnu")
 
 AC_MSG_RESULT([$build_target])
 AC_SUBST(build_target)




reply via email to

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