Differences From Artifact [c9951d60be]:
- File aclocal.m4 — part of check-in [4d7bd96b4e] at 2004-12-25 20:00:47 on branch trunk — Fixed last fix for Mac OS X shared libraries, oops. libconfig 0.1.16 (user: rkeene, size: 5742) [annotate] [blame] [check-ins using]
To Artifact [c82f946580]:
- File aclocal.m4 — part of check-in [2ae4c0df0a] at 2005-03-05 11:30:28 on branch trunk — Began adding IPv6 support (user: rkeene, size: 5741) [annotate] [blame] [check-ins using]
︙ | |||
132 133 134 135 136 137 138 | 132 133 134 135 136 137 138 139 140 141 142 143 144 145 | - | cygwin*) SHOBJEXT="dll" SHOBJFLAGS="-fPIC -DPIC" CFLAGS="$CFLAGS -mms-bitfields" CPPFLAGS="$CPPFLAGS -mms-bitfields" SHOBJLDFLAGS='-shared -Wl,--enable-auto-image-base -Wl,--output-def,$[@].def,--out-implib,$[@].a' ;; |
︙ |