aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure b/configure
index 42ed1ca0..44116db8 100755
--- a/configure
+++ b/configure
@@ -10018,17 +10018,6 @@ if test "x$ac_cv_header_dlfcn_h" = xyes; then :
$as_echo "#define DYNAMIC 1" >>confdefs.h
- if test "$GCC" = yes
- then
- # Add others here as appropriate,
- # one day use GNU libtool.
- # 3/2010: Used to have cygwin here but removed since
- # we get complaints that -export-dynamic doesn't work.
- if uname | $EGREP -i 'linux|freebsd' > /dev/null
- then
- LDFLAGS="$LDFLAGS -export-dynamic"
- fi
- fi
# Check this separately. Some systems have dlopen
# in libc. Notably freebsd and cygwin.