diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-07 22:38:40 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-07 22:38:40 +0200 |
commit | 2ea264adbbefc2337b766f06d1ceb38cd798915b (patch) | |
tree | 3a898fb49982ca6edc6a315362c1aa7f5ff4fc8a /configure | |
parent | 86643fa35036db1f40ce61da6358da455abe3c3b (diff) | |
download | gawk-2ea264adbbefc2337b766f06d1ceb38cd798915b.tar.gz |
Clean up sprintf return type. Add tests for pgawk.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -8568,22 +8568,6 @@ _ACEOF cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include <stdio.h> - -_ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "int.*sprintf" >/dev/null 2>&1; then : - -$as_echo "#define SPRINTF_RET int" >>confdefs.h - -else - $as_echo "#define SPRINTF_RET char *" >>confdefs.h - -fi -rm -f conftest* - -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ #include <sys/types.h> int main () |