diff options
author | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 04:09:50 +0100 |
---|---|---|
committer | Manoj Kasichainula <manoj@apache.org> | 1999-12-20 04:09:50 +0100 |
commit | 8c0183b985680662ab032fc035e58c1077d2e4c1 (patch) | |
tree | 9bec77a70fc4f3c1dc9415c5ae363ba72fdc57e0 /configure.in | |
parent | Put back the removing of config.cache. Also add a -f flag to the rm to (diff) | |
download | apache2-8c0183b985680662ab032fc035e58c1077d2e4c1.tar.xz apache2-8c0183b985680662ab032fc035e58c1077d2e4c1.zip |
Eliminate the .h.stub files; AC_DEFINE can generate the necessary
#defines in the config header for us.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84329 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b57260a8ce..c392e2a0e7 100644 --- a/configure.in +++ b/configure.in @@ -100,7 +100,8 @@ if test "$ac_cv_func_select_arg1" != "int" \ -o "$ac_cv_func_select_arg234" != "fd_set *" \ -o "$ac_cv_func_select_arg5" != "struct timeval *" ; then - AC_DEFINE(SELECT_NEEDS_CAST) + AC_DEFINE(SELECT_NEEDS_CAST,, + [Define if arguments to select() aren't what we expect]) fi AM_PROG_LIBTOOL |