[vlc-devel] commit: Fix configure: define USE_PEFLAGS for every platform ( Geoffroy Couprie )

git version control git at videolan.org
Thu Sep 17 19:31:41 CEST 2009


vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Thu Sep 17 19:31:08 2009 +0200| [a2fb8abaf30f0a325401f2c048eb04676ecfa927] | committer: Geoffroy Couprie 

Fix configure: define USE_PEFLAGS for every platform

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2fb8abaf30f0a325401f2c048eb04676ecfa927
---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 87b9fa7..b6a241e 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




More information about the vlc-devel mailing list