1 --- libdnet-1.10/dnet-config.in.orig 2001-10-19 03:29:00.000000000 +0200
2 +++ libdnet-1.10/dnet-config.in 2005-09-20 09:32:53.000000000 +0200
6 if test "$echo_cflags" = "yes"; then
9 + if test "@includedir@" != "/usr/include" ; then
10 + includes=-I@includedir@
15 if test "$echo_libs" = "yes"; then
16 - echo -L@libdir@ -ldnet @LIBS@
18 + if test "@libdir@" != "/usr/lib" ; then
21 + echo $libs -ldnet @LIBS@