summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorfolke <folke@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-15 19:43:31 +0000
committerfolke <folke@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-15 19:43:31 +0000
commitf5afe9ef5026303405f09a3484ef4622f517c60b (patch)
tree89a38c5d1ddeee311c30af9af30ea75281563637 /configure
parentc95a45a8fe096402cd9f3574924743a77f757ed4 (diff)
downloadmpv-f5afe9ef5026303405f09a3484ef4622f517c60b.tar.bz2
mpv-f5afe9ef5026303405f09a3484ef4622f517c60b.tar.xz
'--disable-sdl;; _aa=no' fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1540 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index e4c1819476..a6f1d02125 100755
--- a/configure
+++ b/configure
@@ -1131,7 +1131,7 @@ for ac_option do
--disable-sdl)
_sdl=no
;;
- --disable-sdl)
+ --disable-aa)
_aa=no
;;
--disable-ggi)