summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2003-09-21 21:38:11 -0700
committerTim Rice <tim@multitalents.net>2003-09-21 21:38:11 -0700
commit480ef8ddae5c5795859752c15f898271c019eefc (patch)
treeeeb604d3dc122e9e7272b28c7e0dbcc2c202d9bf /configure.ac
parent7a74c6b428f7126fcbd21b12a0a1a5a3bd2205ae (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 fedad3b0..ac1a4d9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.163 2003/09/22 04:01:00 tim Exp $
+# $Id: configure.ac,v 1.164 2003/09/22 04:38:11 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