]> andersk Git - openssh.git/commitdiff
- (djm) HPUX 11 needs USE_PIPES as well: Kevin Steves
authordjm <djm>
Tue, 29 Aug 2000 22:53:24 +0000 (22:53 +0000)
committerdjm <djm>
Tue, 29 Aug 2000 22:53:24 +0000 (22:53 +0000)
   <stevesk@sweden.hp.com>

ChangeLog
configure.in

index 3af34b9ba1c900d2ed0dbe90f423ede04ad36ceb..669966c4172814fcb08822cdec6d9124d7ac25a7 100644 (file)
--- 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 
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.053439 seconds and 5 git commands to generate.