pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-03-06
1999-03-06 02:36:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
53486de9cb57d0e2d6cfd27f39e250b931ca7183 (
23
lines) (+
14
/-
9
)
[
Show
|
Annotate
]
Branch:
7.9
Disabled the smartlink binary when used with rntcc.
Rev: src/configure.in:1.266
1:
-
AC_REVISION("$Id: configure.in,v 1.
265
1999/03/06
01
:
55
:
44
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
266
1999/03/06
02
:
36
:
16
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
138:
else AC_MSG_RESULT(no)
+
if echo foo "$CC" | grep rntcc >/dev/null; then
+
SMARTLINK="$BINDIR/smartlink"
+
else
rm -f "$SMARTLINK" AC_MSG_CHECKING(whether smartlink compiles)
151:
SMARTLINK="$BINDIR/smartlink" fi fi
+
fi
CC="$SMARTLINK $REALCC" pike_cv_prog_CC="$CC"