aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-02-18 17:48:04 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-02-18 17:48:04 +0000
commit0fd8559c4a6ad84ad0852e07c4ba2e50b2fdf0ad (patch)
tree6a1c98dae9b34dc4709274067d3bc7977d43ad32 /configure
parent8de63c3fdfb532e85f7d93778e63032f7c84b631 (diff)
parentc7d0f415e0bed09decce7a0503dce2274c9d94d9 (diff)
Merging new Jabber module. See the massive changelog for all the cool
improvements. :-)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure b/configure
index 10775c6d..bb7ddd7d 100755
--- a/configure
+++ b/configure
@@ -328,6 +328,14 @@ fi;
echo 'SSL_CLIENT=ssl_'$ssl'.o' >> Makefile.settings
+for i in /lib /usr/lib /usr/local/lib; do
+ if [ -e $i/libresolv.a ]; then
+ echo '#define HAVE_RESOLV_A' >> config.h
+ echo 'EFLAGS+='$i'/libresolv.a' >> Makefile.settings
+ break
+ fi
+done
+
STORAGES="text xml"
if [ "$ldap" = "auto" ]; then