mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
3fdb725a98
Originally, the etherx daemon routed XML streams among agents. Now the etherx daemon has morphed into a library that allows any agent to become the daemon if the daemon is not found. You can learn more about Etherx at WWW: http://etherx.jabber.org/ PR: 17981 Submitted by: Kostya Lukin <lukin@okbmei.msk.su>
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
--- configure.orig Tue Mar 28 13:59:55 2000
|
|
+++ configure Mon Apr 10 20:02:14 2000
|
|
@@ -2264,7 +2264,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-ladns $LIBS"
|
|
+LIBS="-ladns "-L$prefix/lib" $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 2270 "configure"
|
|
#include "confdefs.h"
|