aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-12 21:39:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-12 21:39:21 +0000
commit375cdf89adaf11a14a7717c39245ac997d0da699 (patch)
treecb3c366a4d93b382775111729c71c6bcaa5ac1f8 /configure.ac
parentab7e7144efd9ff195a1f7acbb53afdacb09f22c1 (diff)
downloadgnurl-375cdf89adaf11a14a7717c39245ac997d0da699.tar.gz
gnurl-375cdf89adaf11a14a7717c39245ac997d0da699.tar.bz2
gnurl-375cdf89adaf11a14a7717c39245ac997d0da699.zip
With lots of help from Rich Rauenza(?) in bug #1733119, we introduce a fairly
complicated work-around for 64bit HPUX compiles. We do the fix using inline static functions to make them follow the header file properly and thus get used fine in the test suite too etc.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 01b072625..a3cf7ecea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -204,6 +204,9 @@ dnl The install stuff has already been taken care of by the automake stuff
dnl AC_PROG_INSTALL
AC_PROG_MAKE_SET
+dnl check if there's a way to force code inline
+AC_C_INLINE
+
dnl **********************************************************************
dnl Make sure that our checks for headers windows.h winsock.h winsock2.h
dnl and ws2tcpip.h take precedence over any other further checks which