aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-19 23:11:03 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-19 23:11:03 +0200
commit1f502d9a39c5b3b3df1b943fcae79b162a7ea74d (patch)
tree0e38d248e036ff3ec569a4ed6c50169a04f2e9a0 /configure
parent4ea6e0780fbbd34d2f0d8e6b43c15c14d28b5d55 (diff)
parent477cb50c4c5b9e13e745a8e1413d532e27383d66 (diff)
downloadegawk-1f502d9a39c5b3b3df1b943fcae79b162a7ea74d.tar.gz
egawk-1f502d9a39c5b3b3df1b943fcae79b162a7ea74d.tar.bz2
egawk-1f502d9a39c5b3b3df1b943fcae79b162a7ea74d.zip
Merge branch 'gawk-4.1-stable' into new-vms
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure b/configure
index a9217e0d..5959d02f 100755
--- a/configure
+++ b/configure
@@ -8980,25 +8980,6 @@ fi
-for ac_func in vprintf
-do :
- ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
-if test "x$ac_cv_func_vprintf" = xyes; then :
- cat >>confdefs.h <<_ACEOF
-#define HAVE_VPRINTF 1
-_ACEOF
-
-ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
-if test "x$ac_cv_func__doprnt" = xyes; then :
-
-$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
-
-fi
-
-fi
-done
-
-