pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1999-04-23
1999-04-23 01:13:14 by Marcus Comstedt <marcus@mc.pp.se>
4c99d120bbb752e3ae18c3ffa1b7f9e098fbcd06 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
Test for with_dynamic_modules used wrong confvar to look for dlopen...
Rev: src/configure.in:1.274
1:
-
AC_REVISION("$Id: configure.in,v 1.
273
1999/04/
12
23:
49
:
33
grubba
Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
274
1999/04/
23
01
:
13
:
14
marcus
Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
2952:
AC_SUBST(ac_configure_args) pike_cv_prog_CC="${CC}"
-
if test
x$ac
_cv_func_dlopen$ac_cv_func_dld_link$ac_cv_func_shl_load = xnonono;
+
if test
x$pike
_cv_func_dlopen$ac_cv_func_dld_link$ac_cv_func_shl_load = xnonono;
then if test x$pike_cv_sys_os != xWindows_NT ; then with_dynamic_modules=no