summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-09-21 21:39:14 -0700
committerTim Rice <tim@multitalents.net>2003-09-21 21:39:14 -0700
commita35bebfdff1d0485eb5061910d18714201886268 (patch)
tree2c4fc838741083309a2a4cb5ec7c25f9a72e3b0f /configure.ac
parent4515ebb90477db61c4ec0ab023f07e8c2ee8ae3a (diff)
[configure.ac] Bug 665: move 3 new AC_DEFINES outside of AC_TRY_RUN.
Report by distler AT golem ph utexas edu.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ae995a70..15f6e1f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.154.2.8 2003/09/22 04:03:46 tim Exp $
+# $Id: configure.ac,v 1.154.2.9 2003/09/22 04:39:14 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -131,10 +131,10 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
}], [AC_MSG_RESULT(working)],
[AC_MSG_RESULT(buggy)
AC_DEFINE(BROKEN_GETADDRINFO)],
+ [AC_MSG_RESULT(assume it is working)])
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
- [AC_MSG_RESULT(assume it is working)])
;;
*-*-hpux10.26)
if test -z "$GCC"; then