blob: 6fc13138daa56f4a44d50ec27df2b1610dcc0b82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- neon-0.29.5.orig/neon-config.in 2008-02-06 12:12:09.000000000 +0100
+++ neon-0.29.5/neon-config.in 2011-03-08 18:52:01.000000000 +0100
@@ -78,7 +78,7 @@ while test $# -gt 0; do
if test "$prefix" != "/usr"; then
LIBS="-L${libdir} ${LIBS}"
fi
- echo @user_LDFLAGS@ ${LIBS}
+ echo ${LIBS}
;;
--la-file)
|