]> git.sesse.net Git - vlc/commitdiff
configure.ac: removed -Wold-style-definition from CFLAGS as this affects AC_TRY_COMPI...
authorDamien Fouilleul <damienf@videolan.org>
Wed, 29 Aug 2007 10:28:21 +0000 (10:28 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Wed, 29 Aug 2007 10:28:21 +0000 (10:28 +0000)
checking __attribute__ ((aligned ())) support... 0
checking __attribute__ ((format ())) support with function pointers... no

configure.ac

index 4679e0aa93716235b6dff543b5d3c73673917b58..597d2d5699e0a05358fc6b2ce9d2cd98c50ef767 100644 (file)
@@ -955,7 +955,7 @@ if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
 fi
 CFLAGS="${CFLAGS_save}"
 
-RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef pointer-arith bad-function-cast cast-align write-strings old-style-definition missing-prototypes volatile-register-var])
+RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef pointer-arith bad-function-cast cast-align write-strings missing-prototypes volatile-register-var])
 RDC_PROG_CC_FLAGS_IFELSE([-pipe])
 
 dnl This helps detect broken plugins with undefined symbols