aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2005-03-21 22:55:44 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2005-03-21 22:55:44 (GMT)
commit41199241f4d878c24c9b6d7977b56ad562d0064f (patch)
tree08e527441df7064fc68e0dfc667f2485b627fc88 /configure
parent5966d167f2193a9965f024532e4a95afdbee2efb (diff)
downloadpowwow-41199241f4d878c24c9b6d7977b56ad562d0064f.zip
powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.tar.gz
powwow-41199241f4d878c24c9b6d7977b56ad562d0064f.tar.bz2
Updated debian version, make #module loaded objects export their symbols
globally (needed to allow binary xs modules in perl to get to each others symbols)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 88974ea..c7ea8a4 100755
--- a/configure
+++ b/configure
@@ -3226,7 +3226,11 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
if test $ac_cv_lib_dl_dlopen = yes; then
- dl_ldflags="-rdynamic -ldl"
+ cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBDL 1
+_ACEOF
+
+ dl_ldflags="-rdynamic -ldl"
fi