You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
509 B
18 lines
509 B
5 years ago
|
--- a/configure.in
|
||
|
+++ b/configure.in
|
||
|
@@ -12,14 +12,6 @@
|
||
|
NO_OPTIMIZE="no"
|
||
|
ADD_WERROR="no"
|
||
|
|
||
|
-# Test for -Werror and sed it out for now since some of the auto tests,
|
||
|
-# for example AC_CHECK_LIB, will fail because of
|
||
|
-# warning: conflicting types for built-in function <func>
|
||
|
-if eval "echo $CFLAGS | grep -e -Werror"; then
|
||
|
- CFLAGS=`echo $CFLAGS | sed -e "s/-Werror//g"`
|
||
|
- ADD_WERROR="yes"
|
||
|
-fi
|
||
|
-
|
||
|
# Disable annoying practice of recursively re-running the autotools
|
||
|
AM_MAINTAINER_MODE
|
||
|
AC_PROG_CC_STDC
|