]> git.sesse.net Git - vlc/blobdiff - configure.in
* Reverted something that wasn't supposed to go into the cvs :p
[vlc] / configure.in
index 47379104188c61b33e485c463eb4b923e9d179ea..88931fa3996f16e3a16854465dc776789fe7412f 100644 (file)
@@ -80,9 +80,9 @@ void foo() { int meuh; ntohl(meuh); }],,
 
 dnl Check for special optimization flags
 CFLAGS="${CFLAGS} -fargument-noalias-global -fstrict-aliasing"
-AC_MSG_CHECKING([if \$CC accepts -fargument-noalias-global -fstrict-aliasing])
+AC_MSG_CHECKING([if \$CC accepts -fstrict-aliasing])
 AC_TRY_COMPILE([],,
- BIZARRE_OPTIMS="-fargument-noalias-global -fstrict-aliasing"
+ BIZARRE_OPTIMS="-fstrict-aliasing"
  AC_MSG_RESULT(yes), AC_MSG_RESULT(no))
 
 dnl Check for -rdynamic flag