summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2008-07-27 01:36:33 +0000
committerYang Tse <yangsita@gmail.com>2008-07-27 01:36:33 +0000
commit052f9ddedb345815c8700370ce2fa22e37f4de8a (patch)
tree01a35ca977d323c3c29a07250f369095546a75da /configure.ac
parenta96784b98ebc60720514a788b87f66cd46abee62 (diff)
downloadcurl-052f9ddedb345815c8700370ce2fa22e37f4de8a.tar.gz
Another step towards detecting if _REENTRANT is already defined or actually
needed, and being able to define it if appropriate for further configure tests as well as for the generated config file.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4453f6cf2..609ecf6b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -150,7 +150,7 @@ dnl Checks for programs.
AC_PROG_CC
dnl Our configure and build reentrant settings
-CONFIGURE_REENTRANT
+CURL_CONFIGURE_REENTRANT
dnl check for how to do large files
AC_SYS_LARGEFILE