pike.git
/
src
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/configure.in:1:
-
AC_REVISION("$Id: configure.in,v 1.
753
2003/12/
07
22
:
51
:
35
marcus
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
754
2003/12/
10
13
:
19
:
21
grubba
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h) rm -f config.warnings 2>/dev/null if_autoconf(2,50,[ if test "x$cache_file" = "x/dev/null"; then cache_file=./config.cache if test -r "$cache_file"; then echo "loading cache $cache_file"
pike.git/src/configure.in:6519:
rm -f myconftest.so >/dev/null 2>/dev/null ]) AC_MSG_RESULT($pike_cv_sys_dynamic_loading) if test "x$with_dynamic_modules" != "xno" ; then if test x$pike_cv_sys_dynamic_loading = xno ; then with_dynamic_modules=no else with_dynamic_modules=yes
-
if test x$pike_cv_func_dlopen$ac_cv_func_dld_link$ac_cv_func_shl_load = xnonono;
-
then
-
# Dynamic loading is now WORKING (maybe)
-
if test x"$pike_cv_sys_os" = xWindows_NT ; then
-
LINKFORSHARED="${LINKFORSHARED} -rdynamic"
-
else
-
with_dynamic_modules=no
+
fi fi
-
fi
-
fi
+
####################################################################### # Since configure doesn't always know if we will be linking with ld or cc, # We use this little code snippet to add flags to ld that would otherwise # be given automatically by $(CC) $(CFLAGS) # /Hubbe # if test "$ldflags_is_set" = no ; then case "x$LD $LDFLAGS" in *\$\(CFLAGS\)*)