From a2fb8abaf30f0a325401f2c048eb04676ecfa927 Mon Sep 17 00:00:00 2001 From: Geoffroy Couprie Date: Thu, 17 Sep 2009 19:31:08 +0200 Subject: [PATCH] Fix configure: define USE_PEFLAGS for every platform --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 87b9fa760c..b6a241e16f 100644 --- a/configure.ac +++ b/configure.ac @@ -364,7 +364,6 @@ case "${host_os}" in then AC_CHECK_TOOL(PEFLAGS, peflags, :) fi - AM_CONDITIONAL(USE_PEFLAGS, [test "${enable_peflags}" = "yes"]) fi if test "${SYS}" = "mingwce"; then # add ws2 for closesocket, select, recv @@ -412,6 +411,7 @@ AM_CONDITIONAL(HAVE_DARWIN, test "${SYS}" = "darwin") AM_CONDITIONAL(HAVE_LINUX, [test "${SYS}" = "linux"]) AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32") AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce") +AM_CONDITIONAL(USE_PEFLAGS, [test "${enable_peflags}" = "yes"]) dnl dnl Sadly autoconf doesn't think about testing foo.exe when ask to test -- 2.39.2