aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:47:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:47:48 +0200
commitc3d842c8bbf7b90113ba49b3a2cfa8436cda4a87 (patch)
tree0de6d373ddcd725e4dc4959723db701cfa7452d3 /configure.ac
parent2a65624f71954cd1d6b62818852a8b1075b535a8 (diff)
downloadegawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.gz
egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.bz2
egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.zip
Remove AC_FUNC_VPRINTF macro and header tests.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 28d4f7d8..02267978 100644
--- a/configure.ac
+++ b/configure.ac
@@ -247,7 +247,6 @@ dnl Check for C11 _Noreturn
GAWK_AC_NORETURN
dnl checks for functions
-AC_FUNC_VPRINTF
AC_FUNC_MKTIME
case "$ac_cv_func_working_mktime" in
yes) AC_DEFINE(HAVE_MKTIME, 1, [we have the mktime function])