summaryrefslogtreecommitdiff
path: root/autogen/configure
diff options
context:
space:
mode:
Diffstat (limited to 'autogen/configure')
-rwxr-xr-xautogen/configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/autogen/configure b/autogen/configure
index b8ced336979..a1844067f9d 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -23273,6 +23273,19 @@ $as_echo "$gl_cv_func_svid_putenv" >&6; }
gl_LIBOBJS="$gl_LIBOBJS putenv.$ac_objext"
+
+ for ac_func in _putenv
+do :
+ ac_fn_c_check_func "$LINENO" "_putenv" "ac_cv_func__putenv"
+if test "x$ac_cv_func__putenv" = x""yes; then :
+ cat >>confdefs.h <<_ACEOF
+#define HAVE__PUTENV 1
+_ACEOF
+
+fi
+done
+
+
fi