root / trunk / data / gawk / dynamic.diff

Revision 2, 0.6 kB (checked in by saurik, 1 year ago)

Initial commit.

  • configure.ac

    diff -r -u gawk-3.1.6/configure.ac gawk-3.1.6+iPhone/configure.ac
    old new  
    285285dnl This is known to be very primitive 
    286286AC_CHECK_HEADER(dlfcn.h, 
    287287        [AC_DEFINE([DYNAMIC], 1, [dynamic loading is possible]) 
    288         if test "$GCC" = yes 
    289         then 
    290                 # Add others here as appropriate, 
    291                 # one day use GNU libtool. 
    292                 if uname | $EGREP -i 'linux|freebsd|cygwin' > /dev/null 
    293                 then 
    294                         LDFLAGS="$LDFLAGS -export-dynamic" 
    295                 fi 
    296         fi 
    297288 
    298289        # Check this separately. Some systems have dlopen 
    299290        # in libc. Notably freebsd and cygwin. 
Note: See TracBrowser for help on using the browser.