Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rb3c467b r36e9f62  
    318318
    319319echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings
     320
     321for 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
     327done
    320328
    321329STORAGES="text xml"
Note: See TracChangeset for help on using the changeset viewer.