summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-08-30 09:53:24 +1100
committerDamien Miller <djm@mindrot.org>2000-08-30 09:53:24 +1100
commit5552d7addf529138b4772974afb2ce2a37de33bc (patch)
tree31a4e57cc83813877645e1e0c26ddc411795d57b
parentc30d35ce3234371c20a388d81b4bafd389d3019f (diff)
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
<stevesk@sweden.hp.com>
-rw-r--r--ChangeLog2
-rw-r--r--configure.in4
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3af34b9b..669966c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
- (djm) Compile warning fixes from Mark Miller <markm@swoon.net>
- (djm) Periodically rekey arc4random
- (djm) Clean up diff against OpenBSD.
+ - (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
+ <stevesk@sweden.hp.com>
20000829
- (djm) Fix ^C ignored issue on Solaris. Diagnosis from Gert
diff --git a/configure.in b/configure.in
index b7f216bb..4e5567a9 100644
--- a/configure.in
+++ b/configure.in
@@ -75,11 +75,9 @@ case "$host" in
mansubdir=cat
;;
*-*-hpux11*)
- if test -z "$GCC"; then
- CFLAGS="$CFLAGS -Ae"
- fi
CFLAGS="$CFLAGS -D_HPUX_SOURCE"
AC_DEFINE(IPADDR_IN_DISPLAY)
+ AC_DEFINE(USE_PIPES)
AC_MSG_CHECKING(for HPUX trusted system password database)
if test -f /tcb/files/auth/system/default; then
AC_MSG_RESULT(yes)