pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-30
2004-12-30 13:43:45 by Henrik Grubbström (Grubba) <grubba@grubba.org>
d9ea11b7f1981dcdfd9586e23ce9827dc1bdcf70 (
8
lines) (+
6
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
dlopen.o is now in DLOPEN_O.
Rev: src/Makefile.in:1.397
Rev: src/configure.in:1.864
1:
-
AC_REVISION("$Id: configure.in,v 1.
863
2004/12/
29
11
:
52
:
56
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
864
2004/12/
30
13
:
43
:
45
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1691:
#############################################################################
+
DLOPEN_O=""
WARN="" OPTIMIZE="${OPTFLAGS-}"
2105:
if test x$with_dynamic_modules = xno ; then :; else PIKE_MSG_WARN([Enabling dynamic modules for Win32.]) # EXTRA_MODULE_REQUIREMENTS="${EXTRA_MODULE_REQUIREMENTS} import_functions.h"
-
EXTRA
_
OBJS
="
${EXTRA_OBJS}
dlopen.o"
+
DLOPEN
_
O
="dlopen.o"
pike_cv_sys_dynamic_loading=yes with_dynamic_modules=yes AC_DEFINE(USE_MY_WIN32_DLOPEN)
2189:
]) fi
+
AC_SUBST(DLOPEN_O)
+
############################################################################# if test ! -d modules/. ; then