pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2003-01-16
2003-01-16 21:07:18 by David Hedbor <david@hedbor.org>
ac423c2a666e80c128afc4cf1b21e94f936300c0 (
10
lines) (+
6
/-
4
)
[
Show
|
Annotate
]
Branch:
7.9
One more fix needed (linking test done before REALCC was set).
Rev: src/configure.in:1.677
1:
-
AC_REVISION("$Id: configure.in,v 1.
676
2003/01/16 21:
02
:
49
neotron Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
677
2003/01/16 21:
07
:
18
neotron Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
701:
;; esac
+
# Strip smartlink from $CC
+
REALCC="`echo $CC|sed -e 's/.*smartlink //'`"
+
+
# FIXME: Add proper tests AC_MSG_CHECKING([for ld.so run path method]) AC_CACHE_VAL(pike_cv_ld_so_run_path_method, [
784:
esac
-
# Strip smartlink from $CC
-
REALCC="`echo $CC|sed -e 's/.*smartlink //'`"
-
+
# Fix a smartlink SMARTLINK="$BUILDDIR/smartlink"