diff options
author | Patrick Lam <plam@MIT.EDU> | 2006-04-07 17:27:39 +0000 |
---|---|---|
committer | Patrick Lam <plam@MIT.EDU> | 2006-04-07 17:27:39 +0000 |
commit | 44415a079a3e9951e0c2424edca4907a93a60db5 (patch) | |
tree | b466550bddb38acd8be8c19e5f0919ef8f1e9ce1 /configure.in | |
parent | 91fe51b4f8cf792041bc5cad34797b87abd63e67 (diff) |
Portability fixes for HP-UX (reported by Christoph Bauer). Replace
'__inline__' by AC_C_INLINE and 'inline'. Replace '__alignof__' by
'fc_alignof'.
reviewed by: plam
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 4ec7abd..cfaf102 100644 --- a/configure.in +++ b/configure.in @@ -139,6 +139,7 @@ AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h iconv.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST +AC_C_INLINE AC_TYPE_PID_T # Checks for library functions. |