summaryrefslogtreecommitdiff
path: root/neon-config.in
diff options
context:
space:
mode:
authorJoe Orton <notroj@users.noreply.github.com>2005-04-14 19:05:53 +0000
committerJoe Orton <notroj@users.noreply.github.com>2005-04-14 19:05:53 +0000
commit8f1d9903f6d2ddd3c0c5df592df93141af872712 (patch)
treeb51fc43faa2390c2e39520264e5985c0486351fc /neon-config.in
parentb911a5976eea3558f59ed6c69ea3c753f31a3bdc (diff)
downloadneon-git-8f1d9903f6d2ddd3c0c5df592df93141af872712.tar.gz
* neon-config.in: Fix syntax error.
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}
;;