1234567891011 |
- --- 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)
|