diff options
author | Damien Miller <djm@mindrot.org> | 2000-08-30 09:53:24 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-08-30 09:53:24 +1100 |
commit | 5552d7addf529138b4772974afb2ce2a37de33bc (patch) | |
tree | 31a4e57cc83813877645e1e0c26ddc411795d57b /configure.in | |
parent | c30d35ce3234371c20a388d81b4bafd389d3019f (diff) |
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
<stevesk@sweden.hp.com>
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.in b/configure.in index b7f216bb9..4e5567a96 100644 --- a/configure.in +++ b/configure.in | |||
@@ -75,11 +75,9 @@ case "$host" in | |||
75 | mansubdir=cat | 75 | mansubdir=cat |
76 | ;; | 76 | ;; |
77 | *-*-hpux11*) | 77 | *-*-hpux11*) |
78 | if test -z "$GCC"; then | ||
79 | CFLAGS="$CFLAGS -Ae" | ||
80 | fi | ||
81 | CFLAGS="$CFLAGS -D_HPUX_SOURCE" | 78 | CFLAGS="$CFLAGS -D_HPUX_SOURCE" |
82 | AC_DEFINE(IPADDR_IN_DISPLAY) | 79 | AC_DEFINE(IPADDR_IN_DISPLAY) |
80 | AC_DEFINE(USE_PIPES) | ||
83 | AC_MSG_CHECKING(for HPUX trusted system password database) | 81 | AC_MSG_CHECKING(for HPUX trusted system password database) |
84 | if test -f /tcb/files/auth/system/default; then | 82 | if test -f /tcb/files/auth/system/default; then |
85 | AC_MSG_RESULT(yes) | 83 | AC_MSG_RESULT(yes) |