[vlc-devel] [PATCH] configure: remove a wrongly placed test
KO Myung-Hun
komh78 at gmail.com
Sun Feb 3 10:04:28 CET 2013
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 6ee2a6b..470187f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -878,7 +878,7 @@ AS_IF([test "${enable_coverage}" != "no"], [
LDFLAGS="-lgcov ${LDFLAGS}"
])
-AS_IF([test "${SYS}" != "mingw32" -a test "${SYS}" != "os2"], [
+AS_IF([test "${SYS}" != "mingw32" -a "${SYS}" != "os2"], [
VLC_SAVE_FLAGS
CFLAGS="${CFLAGS} -fvisibility=hidden"
CXXFLAGS="${CXXFLAGS} -fvisibility=hidden"
--
1.7.3.2
More information about the vlc-devel
mailing list