aboutsummaryrefslogtreecommitdiffstats
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 2e20a61ed4..9e342ede8e 100755
--- a/tools/configure
+++ b/tools/configure
@@ -6543,6 +6543,10 @@ $as_echo "$ax_cv_pthread_flags" >&6; }
+
+ saved_CPPFLAGS="$CPPFLAGS"
+
+ CPPFLAGS="$CPPFLAGS -Werror"
ac_fn_c_check_header_mongrel "$LINENO" "libutil.h" "ac_cv_header_libutil_h" "$ac_includes_default"
if test "x$ac_cv_header_libutil_h" = x""yes; then :
@@ -6553,6 +6557,9 @@ $as_echo "#define INCLUDE_LIBUTIL_H <libutil.h>" >>confdefs.h
fi
+
+ CPPFLAGS="$saved_CPPFLAGS"
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for openpty et al" >&5
$as_echo_n "checking for openpty et al... " >&6; }
if test "${ax_cv_ptyfuncs_libs+set}" = set; then :