summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure
index cdf939778..88ec2a2d8 100755
--- a/configure
+++ b/configure
@@ -19380,6 +19380,19 @@ if test "x$ac_cv_func_getdelim" = xyes; then :
#define HAVE_GETDELIM 1
_ACEOF
+ # Out of date gcc fixed includes may result in missing getdelim() prototype
+ ac_fn_c_check_decl "$LINENO" "getdelim" "ac_cv_have_decl_getdelim" "$ac_includes_default"
+if test "x$ac_cv_have_decl_getdelim" = xyes; then :
+ ac_have_decl=1
+else
+ ac_have_decl=0
+fi
+
+cat >>confdefs.h <<_ACEOF
+#define HAVE_DECL_GETDELIM $ac_have_decl
+_ACEOF
+
+
else
case " $LIBOBJS " in