diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-16 22:47:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-16 22:47:48 +0200 |
commit | c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87 (patch) | |
tree | 0de6d373ddcd725e4dc4959723db701cfa7452d3 /configure | |
parent | 2a65624f71954cd1d6b62818852a8b1075b535a8 (diff) | |
download | egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.gz egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.bz2 egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.zip |
Remove AC_FUNC_VPRINTF macro and header tests.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 19 |
1 files changed, 0 insertions, 19 deletions
@@ -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 - - |