From bf34f46b7aa747204c9a6836517744c94c614a21 Mon Sep 17 00:00:00 2001 From: joe Date: Thu, 14 Apr 2005 19:05:53 +0000 Subject: * neon-config.in: Fix syntax error. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@563 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- neon-config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'neon-config.in') 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} ;; -- cgit v1.2.1