Skip to content

Commit

Permalink
Fixup windows build target for mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ioerror committed Apr 25, 2013
1 parent b5bcf76 commit 0fa6000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/ax_platform.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 0fa6000

Please sign in to comment.