diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-04 22:37:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-06-04 22:37:20 +0300 |
commit | a0f0d2b98fa88ef98f7c7100795869e0bad5b08d (patch) | |
tree | c7373cbc837d276893c93bc3f5fcc47647b098f0 /configure.ac | |
parent | 90813d0b1978f96589b707545a64e7a83b097432 (diff) | |
download | egawk-a0f0d2b98fa88ef98f7c7100795869e0bad5b08d.tar.gz egawk-a0f0d2b98fa88ef98f7c7100795869e0bad5b08d.tar.bz2 egawk-a0f0d2b98fa88ef98f7c7100795869e0bad5b08d.zip |
Remove use of -export-dynamic for GCC.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.ac b/configure.ac index 334e5ac1..55bf0bab 100644 --- a/configure.ac +++ b/configure.ac @@ -285,17 +285,6 @@ dnl check for dynamic linking dnl This is known to be very primitive AC_CHECK_HEADER(dlfcn.h, [AC_DEFINE([DYNAMIC], 1, [dynamic loading is possible]) - 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. |