summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-29 17:47:33 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-29 17:47:33 +0000
commit0d3783d3aeb10a5ad2006e18c136ff9b0206b4f6 (patch)
treec49f2a8e2850511b53fcbca6b8f96e8697a1cd9f /configure.in
parent4c90c0da3d3e9e21c5bd4a6a22c755e0377ec168 (diff)
More fixes from Lars Hecking.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 07d30350..5cf6471f 100644
--- a/configure.in
+++ b/configure.in
@@ -28,13 +28,9 @@ AC_PROG_INSTALL
AC_ISC_POSIX
AC_PROG_RANLIB
-case "$host" in
-*-*-hpux*)
- if test -z "$GCC" ; then
- CFLAGS="$CFLAGS -Ae -D_HPUX_SOURCE"
- fi
- ;;
-esac
+AM_C_PROTOTYPES
+AC_C_CONST
+AC_C_INLINE
ac_aux_path_sendmail=/usr/sbin:/usr/lib
AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH:$ac_aux_path_sendmail)