- Timestamp:
- 2007-02-18T17:48:04Z (18 years ago)
- Branches:
- master
- Children:
- 0f4c1bb5
- Parents:
- 8de63c3 (diff), c7d0f41 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r8de63c3 r0fd8559 328 328 329 329 echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings 330 331 for i in /lib /usr/lib /usr/local/lib; do 332 if [ -e $i/libresolv.a ]; then 333 echo '#define HAVE_RESOLV_A' >> config.h 334 echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings 335 break 336 fi 337 done 330 338 331 339 STORAGES="text xml"
Note: See TracChangeset
for help on using the changeset viewer.