]> andersk Git - openssh.git/blobdiff - configure.in
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
[openssh.git] / configure.in
index b7f216bb9f123d6d0ce22b5decc9fcf875b1426e..4e5567a96bfa3daf84f6831a66d81b2e25da6dc1 100644 (file)
@@ -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)
This page took 0.032655 seconds and 4 git commands to generate.