summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
parentc30d35ce3234371c20a388d81b4bafd389d3019f (diff)
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
<stevesk@sweden.hp.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 1 insertions, 3 deletions
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)