Changeset 0fd8559 for configure


Ignore:
Timestamp:
2007-02-18T17:48:04Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
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.
Message:

Merging new Jabber module. See the massive changelog for all the cool
improvements. :-)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r8de63c3 r0fd8559  
    328328
    329329echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings
     330
     331for 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
     337done
    330338
    331339STORAGES="text xml"
Note: See TracChangeset for help on using the changeset viewer.