]> granicus.if.org Git - neomutt/commitdiff
AM_C_PROTOTYPES seems to be too recent for the installed
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 4 Oct 1999 09:54:28 +0000 (09:54 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 4 Oct 1999 09:54:28 +0000 (09:54 +0000)
automake/autoconf base.

configure.in

index 5cf6471f7289ad500aa06c4e4738dfdad3352422..045fdbf51c8391b10e3eb3de7b77f98e929423da 100644 (file)
@@ -28,9 +28,16 @@ AC_PROG_INSTALL
 AC_ISC_POSIX
 AC_PROG_RANLIB
 
-AM_C_PROTOTYPES
-AC_C_CONST
+case "$host" in
+*-*-hpux*)
+       if test -z "$GCC" ; then
+               CFLAGS="$CFLAGS -Ae -D_HPUX_SOURCE"
+       fi
+       ;;
+esac
+
 AC_C_INLINE
+AC_C_CONST
 
 ac_aux_path_sendmail=/usr/sbin:/usr/lib   
 AC_PATH_PROG(SENDMAIL, sendmail, no, $PATH:$ac_aux_path_sendmail)