Changeset 36e9f62 for configure


Ignore:
Timestamp:
2006-10-07T17:46:28Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
038d17f
Parents:
090f1cb
Message:

Added SRV lookups to automatically find out the correct server for a
domain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r090f1cb 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.