Ticket #3031: patch-configure

File patch-configure, 452 bytes (added by ultrix@…, 19 years ago)

Configure patch

Line 
1--- configure.orig      2005-05-30 16:26:28.000000000 -0700
2+++ configure   2005-05-30 16:26:42.000000000 -0700
3@@ -31725,7 +31725,7 @@
4         owd=`pwd`
5         if cd $withval; then withval=`pwd`; cd $owd; fi
6         LNETINC="-I$withval/include"
7-        LNETLIB="-L$withval/lib -L$withval/src -lnet"
8+        LNETLIB="-L$withval/lib -lnet"
9         ac_ec_libnet=$withval
10         echo "$as_me:$LINENO: result: $withval" >&5
11 echo "${ECHO_T}$withval" >&6