root / trunk / data / gawk / dynamic.diff
| Revision 2, 0.6 kB (checked in by saurik, 1 year ago) |
|---|
-
configure.ac
diff -r -u gawk-3.1.6/configure.ac gawk-3.1.6+iPhone/configure.ac
old new 285 285 dnl This is known to be very primitive 286 286 AC_CHECK_HEADER(dlfcn.h, 287 287 [AC_DEFINE([DYNAMIC], 1, [dynamic loading is possible]) 288 if test "$GCC" = yes289 then290 # Add others here as appropriate,291 # one day use GNU libtool.292 if uname | $EGREP -i 'linux|freebsd|cygwin' > /dev/null293 then294 LDFLAGS="$LDFLAGS -export-dynamic"295 fi296 fi297 288 298 289 # Check this separately. Some systems have dlopen 299 290 # in libc. Notably freebsd and cygwin.
Note: See TracBrowser
for help on using the browser.
