Index: neon-config.in =================================================================== --- neon-config.in.orig 2006-02-26 21:55:43.000000000 +0100 +++ neon-config.in 2007-11-26 03:38:14.000000000 +0100 @@ -73,7 +73,7 @@ while test $# -gt 0; do ;; --libs) - LIBS="-lneon @NEON_LIBS@" + LIBS="-lneon" # Don't add standard library paths if test "$prefix" != "/usr"; then LIBS="-L${libdir} ${LIBS}" Index: neon.pc.in =================================================================== --- neon.pc.in.orig 2006-06-26 12:01:29.000000000 +0200 +++ neon.pc.in 2007-11-26 03:38:40.000000000 +0100 @@ -7,5 +7,5 @@ Name: neon Description: HTTP/WebDAV client library Version: @NEON_VERSION@ Libs.private: @NEON_LIBS@ -Libs: -L${libdir} -lneon @NEON_PC_LIBS@ +Libs: -L${libdir} -lneon Cflags: -I${includedir}/neon @NEON_CFLAGS@