summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-22 23:08:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-22 23:08:35 +0000
commita6f2e317f24e9a8fd545a403aa91f15c0d98c9d6 (patch)
tree0d8927e991d0ddace6739e94677a2f052e1c4262 /configure
parent98fe636509203a03a07b5f3793813dda145838f9 (diff)
downloadmpv-a6f2e317f24e9a8fd545a403aa91f15c0d98c9d6.tar.bz2
mpv-a6f2e317f24e9a8fd545a403aa91f15c0d98c9d6.tar.xz
Fix half-baked last commit.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25141 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure b/configure
index 0ad0821bcd..8d04a38b7a 100755
--- a/configure
+++ b/configure
@@ -7168,10 +7168,11 @@ if test "$_gui" = yes ; then
# Required libraries
if test "$_libavcodec" != yes ||
- ! "echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1" ; then
+ ! echo $_libavdecoders | grep PNG_DECODER >/dev/null 2>&1 ; then
die "The GUI requires libavcodec with PNG support (needs zlib)."
fi
-win32 || test "$_x11" != yes && die "X11 support required for GUI compilation."
+if ! win32 ; then
+ test "$_x11" != yes && die "X11 support required for GUI compilation."
echocheck "XShape extension"
if test "$_xshape" = auto ; then
@@ -8543,7 +8544,7 @@ if test "$_mtrr" = yes ; then
echo
fi
-if not x86_32; then
+if ! x86_32; then
cat <<EOF
NOTE: Win32 codec DLLs are not supported on your CPU ($host_arch) or your
operating system ($system_name). You may encounter a few files that cannot