diff options
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) |