diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-13 19:01:03 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-13 19:01:03 +0000 |
commit | be71ccbce3a0e9c9ca13665b0c6b8dd7b7febe7b (patch) | |
tree | 84837223f1d37c6d0d71237b2fd60d972fa5dba6 /configure.ac | |
parent | 0db485a44836903c2854fc8c559e7874e5b9e4f0 (diff) | |
download | curl-be71ccbce3a0e9c9ca13665b0c6b8dd7b7febe7b.tar.gz |
check for isblank() at configuration stage. If not available
provide a suitable replacement for use in our ISBLANK macro
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 983bf540f..52efa5161 100644 --- a/configure.ac +++ b/configure.ac @@ -1761,6 +1761,7 @@ AC_CHECK_FUNCS( strtoll \ getprotobyname \ getrlimit \ setrlimit \ + isblank \ fork, dnl if found [], |