This commit is contained in:
Bruce A. Mah 2014-05-19 15:04:25 -07:00
parent 8de51b589f
commit 99b5861c22
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

7
configure vendored
View File

@ -11561,6 +11561,13 @@ 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.
if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall -Werror -Wno-deprecated-declarations"
fi
# Checks for header files.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }