aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Hervey2010-04-12 05:42:06 -0500
committerEdward Hervey2010-04-12 05:42:06 -0500
commit9704c00b0d7d57d6f885c5c1614e70a08d0f360b (patch)
tree52c9538c324db0806e29202c4a45fe0d24766663 /configure.ac
parentbad2aae7aeed87b83a545592bd84ddd9a71d5aa2 (diff)
downloadgst-plugins-bad0-10-9704c00b0d7d57d6f885c5c1614e70a08d0f360b.tar.gz
gst-plugins-bad0-10-9704c00b0d7d57d6f885c5c1614e70a08d0f360b.tar.xz
gst-plugins-bad0-10-9704c00b0d7d57d6f885c5c1614e70a08d0f360b.zip
configure: Remove -Wundef flag
Same fix as for #615161
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 72cd92c53..56ebcfa64 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,7 +249,7 @@ AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
249 249
250dnl define an ERROR_CXXFLAGS Makefile variable 250dnl define an ERROR_CXXFLAGS Makefile variable
251AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [ 251AG_GST_SET_ERROR_CXXFLAGS($GST_GIT, [
252 -Wmissing-declarations -Wredundant-decls -Wundef 252 -Wmissing-declarations -Wredundant-decls
253 -Wwrite-strings -Wformat-nonliteral -Wformat-security 253 -Wwrite-strings -Wformat-nonliteral -Wformat-security
254 -Wcast-align -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar ]) 254 -Wcast-align -Winit-self -Wmissing-include-dirs -Waddress -Wno-multichar ])
255 255