[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tlsdate/debian-master] Fix from Paul Wouters to build
commit 37b16839591b7825231b2a7cec8d47c46997b39f
Author: Jacob Appelbaum <jacob@xxxxxxxxxxxxx>
Date: Tue May 7 12:32:25 2013 -0700
Fix from Paul Wouters to build
---
m4/ax_platform.m4 | 8 ++++----
1 file 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"])
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits