summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-02-13 19:01:03 +0000
committerYang Tse <yangsita@gmail.com>2007-02-13 19:01:03 +0000
commitbe71ccbce3a0e9c9ca13665b0c6b8dd7b7febe7b (patch)
tree84837223f1d37c6d0d71237b2fd60d972fa5dba6 /configure.ac
parent0db485a44836903c2854fc8c559e7874e5b9e4f0 (diff)
downloadcurl-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.ac1
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
[],