This commit is contained in:
Bruce A. Mah 2014-05-19 15:23:20 -07:00
parent 94c0bfffcb
commit b506d6790c

6
configure vendored
View File

@ -11561,11 +11561,9 @@ CC="$lt_save_CC"
# Add -Wall -Werror if we are using GCC.
# We also need -Wno-deprecated-declarations, primarily because on MacOS, daemon(3)
# is deprecated starting from MacOS 10.5.
# Add -Wall if we are using GCC.
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -Werror -Wno-deprecated-declarations"
CFLAGS="$CFLAGS -Wall"
fi
# Checks for header files.