summaryrefslogtreecommitdiff
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 ae995a70e..15f6e1f43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.154.2.8 2003/09/22 04:03:46 tim Exp $ 1# $Id: configure.ac,v 1.154.2.9 2003/09/22 04:39:14 tim Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -131,10 +131,10 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
131}], [AC_MSG_RESULT(working)], 131}], [AC_MSG_RESULT(working)],
132 [AC_MSG_RESULT(buggy) 132 [AC_MSG_RESULT(buggy)
133 AC_DEFINE(BROKEN_GETADDRINFO)], 133 AC_DEFINE(BROKEN_GETADDRINFO)],
134 [AC_MSG_RESULT(assume it is working)])
134 AC_DEFINE(SETEUID_BREAKS_SETUID) 135 AC_DEFINE(SETEUID_BREAKS_SETUID)
135 AC_DEFINE(BROKEN_SETREUID) 136 AC_DEFINE(BROKEN_SETREUID)
136 AC_DEFINE(BROKEN_SETREGID) 137 AC_DEFINE(BROKEN_SETREGID)
137 [AC_MSG_RESULT(assume it is working)])
138 ;; 138 ;;
139*-*-hpux10.26) 139*-*-hpux10.26)
140 if test -z "$GCC"; then 140 if test -z "$GCC"; then