Skip to content
Snippets Groups Projects
Commit 288e2b22 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Test for with_dynamic_modules used wrong confvar to look for dlopen...

Rev: src/configure.in:1.263
parent a6f0e9ed
No related branches found
No related tags found
No related merge requests found
AC_REVISION("$Id: configure.in,v 1.262 1999/03/23 19:00:43 marcus Exp $") AC_REVISION("$Id: configure.in,v 1.263 1999/04/23 01:10:03 marcus Exp $")
AC_INIT(interpret.c) AC_INIT(interpret.c)
AC_CONFIG_HEADER(machine.h) AC_CONFIG_HEADER(machine.h)
...@@ -2822,7 +2822,7 @@ AC_SUBST(DEBUGDEF) ...@@ -2822,7 +2822,7 @@ AC_SUBST(DEBUGDEF)
AC_SUBST(ac_configure_args) AC_SUBST(ac_configure_args)
pike_cv_prog_CC="$CC" 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 then
if test x$pike_cv_sys_os != xWindows_NT ; then if test x$pike_cv_sys_os != xWindows_NT ; then
with_dynamic_modules=no with_dynamic_modules=no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment