- Timestamp:
- 2006-10-07T17:46:28Z (18 years ago)
- Branches:
- master
- Children:
- 038d17f
- Parents:
- 090f1cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r090f1cb r36e9f62 318 318 319 319 echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings 320 321 for i in /lib /usr/lib /usr/local/lib; do 322 if [ -e $i/libresolv.a ]; then 323 echo '#define HAVE_RESOLV_A' >> config.h 324 echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings 325 break 326 fi 327 done 320 328 321 329 STORAGES="text xml"
Note: See TracChangeset
for help on using the changeset viewer.