diff options
author | Yang Tse <yangsita@gmail.com> | 2006-07-28 14:19:02 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-07-28 14:19:02 +0000 |
commit | 77b3bc239daf75d9fb7702ee34c8e5871c47d387 (patch) | |
tree | dd95de134f25ea8196884c454d1f13dbabfc6863 /configure.ac | |
parent | c10d15aa0fe332f98fb4eac34328034a0de03095 (diff) | |
download | curl-77b3bc239daf75d9fb7702ee34c8e5871c47d387.tar.gz |
First step trying to avoid the multiple header inclusion and recursion nightmare.
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e794273ca..157e8b814 100644 --- a/configure.ac +++ b/configure.ac @@ -1568,6 +1568,8 @@ CURL_CHECK_FUNC_RECV CURL_CHECK_FUNC_SEND +CURL_CHECK_MSG_NOSIGNAL + dnl Checks for library functions. dnl AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL |