[tor-commits] [tlsdate/master] Fixup windows build target for mingw

ioerror at torproject.org ioerror at torproject.org
Thu Apr 25 03:03:14 UTC 2013


commit 0fa60007a6d49e0c40b44f3c95d7eb6741cb7a38
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Wed Apr 24 17:49:23 2013 -0700

    Fixup windows build target for mingw
---
 m4/ax_platform.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/ax_platform.m4 b/m4/ax_platform.m4
index baffd1e..1747ca7 100644
--- a/m4/ax_platform.m4
+++ b/m4/ax_platform.m4
@@ -76,7 +76,7 @@
         [TARGET_LINUX="true"
         AC_DEFINE([TARGET_OS_LINUX],[1],[Whether we build for Linux])])
 
-  AM_CONDITIONAL([BUILD_WIN32],[test "x${TARGET_WINDOWS}" = "xtrue"])
+  AM_CONDITIONAL([TARGET_WIN32],[test "x${TARGET_WINDOWS}" = "xtrue"])
   AM_CONDITIONAL([TARGET_CYGWIN],[test "x${TARGET_CYGWIN}" = "xtrue"])
   AM_CONDITIONAL([TARGET_HAIKU],[test "x${TARGET_HAIKU}" = "xtrue"])
   AM_CONDITIONAL([TARGET_OSX],[test "x${TARGET_OSX}" = "xtrue"])





More information about the tor-commits mailing list