configure: Remove -Wundef flag
authorEdward Hervey <bilboed@bilboed.com>
Mon, 12 Apr 2010 10:40:11 +0000 (12:40 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 12 Apr 2010 10:40:11 +0000 (12:40 +0200)
Fixes #615161

configure.ac

index 70debd8..f4c7089 100644 (file)
@@ -273,14 +273,14 @@ AG_GST_SET_PLUGINDIR
 
 dnl define an ERROR_CFLAGS Makefile variable
 AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
-        -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wundef
+        -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls
         -Wwrite-strings -Wold-style-definition -Wcast-align
         -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar
         -Waggregate-return -Wnested-externs ])
 
 dnl define an ERROR_CXXFLAGS Makefile variable
 AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
-        -Wmissing-declarations -Wredundant-decls -Wundef
+        -Wmissing-declarations -Wredundant-decls
         -Wwrite-strings -Wcast-align
         -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar ])