diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-27 01:36:33 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-27 01:36:33 +0000 |
commit | 052f9ddedb345815c8700370ce2fa22e37f4de8a (patch) | |
tree | 01a35ca977d323c3c29a07250f369095546a75da /configure.ac | |
parent | a96784b98ebc60720514a788b87f66cd46abee62 (diff) | |
download | curl-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.ac | 2 |
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 |