summaryrefslogtreecommitdiff
path: root/neon-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'neon-config.in')
-rw-r--r--neon-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/neon-config.in b/neon-config.in
index 5e80440..1c49e19 100644
--- a/neon-config.in
+++ b/neon-config.in
@@ -1,6 +1,6 @@
#! /bin/sh
# Originally from libxml, Copyright (C) Daniel Veillard
-# Modifications for neon Copyright (C) 2000-2004 Joe Orton.
+# Modifications for neon Copyright (C) 2000-2005 Joe Orton.
prefix=@prefix@
exec_prefix=@exec_prefix@
@@ -73,7 +73,7 @@ while test $# -gt 0; do
LIBS="-lneon @NEON_LIBS@"
# Don't add standard library paths
if test "$prefix" != "/usr"; then
- LIBS="-L${libdir} ${LIBS}" ;;
+ LIBS="-L${libdir} ${LIBS}"
fi
echo @user_LDFLAGS@ ${LIBS}
;;