From: ewt Date: Thu, 9 Apr 1998 02:45:39 +0000 (+0000) Subject: fixed configure.in patch introduced by patch X-Git-Tag: rpm-4.4-release~3680 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01eca71f1a169c7bd8bee851d55bcfc8bf96aa32;p=platform%2Fupstream%2Frpm.git fixed configure.in patch introduced by patch CVS patchset: 2078 CVS date: 1998/04/09 02:45:39 --- diff --git a/configure.in b/configure.in index a8b846e..619f736 100644 --- a/configure.in +++ b/configure.in @@ -189,7 +189,7 @@ addlib() { shift case "$target" in *-*-solaris*) LIBS="$LIBS -L$l -R $l $*";; - *) LIBS="$LIBS -L$l *$";; + *) LIBS="$LIBS -L$l $*";; esac }