[tor-commits] [tlsdate/master] Fix from Paul Wouters to build

ioerror at torproject.org ioerror at torproject.org
Tue May 7 19:37:30 UTC 2013


commit 37b16839591b7825231b2a7cec8d47c46997b39f
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Tue May 7 12:32:25 2013 -0700

    Fix from Paul Wouters to build
---
 m4/ax_platform.m4 |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/m4/ax_platform.m4 b/m4/ax_platform.m4
index 4fcccb6..f3da57d 100644
--- a/m4/ax_platform.m4
+++ b/m4/ax_platform.m4
@@ -80,12 +80,12 @@
         [*darwin*],
         [TARGET_OS_OSX="true"
         AC_DEFINE([TARGET_OS_OSX],[1],[Whether we build for OSX])],
-        [*gnu*],
-        [TARGET_OS_GNUHURD="true"
-        AC_DEFINE([TARGET_OS_GNUHURD],[1],[Whether we build for GNU/Hurd])],
         [*linux*],
         [TARGET_OS_LINUX="true"
-        AC_DEFINE([TARGET_OS_LINUX],[1],[Whether we build for Linux])])
+        AC_DEFINE([TARGET_OS_LINUX],[1],[Whether we build for Linux])],
+        [*gnu*],
+        [TARGET_OS_GNUHURD="true"
+        AC_DEFINE([TARGET_OS_GNUHURD],[1],[Whether we build for GNU/Hurd])])
 
   AM_CONDITIONAL([TARGET_WIN32],[test "x${TARGET_OS_WINDOWS}" = "xtrue"])
   AM_CONDITIONAL([TARGET_MINGW],[test "x${TARGET_OS_MINGW}" = "xtrue"])



More information about the tor-commits mailing list