pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2001-09-14
2001-09-14 19:58:04 by Marcus Comstedt <marcus@mc.pp.se>
b806a51bac17942eb1c25acb6a71866856019db8 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Set LINKFORSHARED to -rdynamic on NT if dynamic modules are enabled.
Rev: src/configure.in:1.549
1:
-
AC_REVISION("$Id: configure.in,v 1.
548
2001/09/
11
22
:
45
:
16
marcus Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
549
2001/09/
14
19
:
58
:
04
marcus Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
5543:
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
+
if test x"$pike_cv_sys_os" = xWindows_NT ; then
+
LINKFORSHARED="${LINKFORSHARED} -rdynamic"
+
else
with_dynamic_modules=no fi fi