]> git.sesse.net Git - vlc/commitdiff
* Completely removed BIZARRE_OPTIMS.
authorChristophe Massiot <massiot@videolan.org>
Tue, 23 Jan 2001 10:15:13 +0000 (10:15 +0000)
committerChristophe Massiot <massiot@videolan.org>
Tue, 23 Jan 2001 10:15:13 +0000 (10:15 +0000)
configure
configure.in

index 8501be916f43c9ac506de798bbbe2444d95ad6b9..d85fb9accbd7bccfc63eb00d30237a6c86323868 100755 (executable)
--- a/configure
+++ b/configure
@@ -3628,7 +3628,6 @@ fi
 
 
 
-
 trap '' 1 2 15
 cat > confcache <<\EOF
 # This file is a shell script that caches the results of configure
@@ -3783,7 +3782,6 @@ s%@ALIASES@%$ALIASES%g
 s%@DEBUG@%$DEBUG%g
 s%@STATS@%$STATS%g
 s%@OPTIMS@%$OPTIMS%g
-s%@BIZARRE_OPTIMS@%$BIZARRE_OPTIMS%g
 s%@DYNAMIC_FLAG@%$DYNAMIC_FLAG%g
 s%@LIB_SDL@%$LIB_SDL%g
 s%@LIB_GLIDE@%$LIB_GLIDE%g
index d9a78eedacac20722b33f03eea4df03117ad6f04..1569b7615d3978afeb174f67f825df66a83509a0 100644 (file)
@@ -198,7 +198,6 @@ AC_SUBST(ALIASES)
 AC_SUBST(DEBUG)
 AC_SUBST(STATS)
 AC_SUBST(OPTIMS)
-AC_SUBST(BIZARRE_OPTIMS)
 AC_SUBST(DYNAMIC_FLAG)
 AC_SUBST(LIB_SDL)
 AC_SUBST(LIB_GLIDE)