fixed configure.in patch introduced by patch

CVS patchset: 2078
CVS date: 1998/04/09 02:45:39
This commit is contained in:
ewt 1998-04-09 02:45:39 +00:00
parent 6f2eb2440d
commit 01eca71f1a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}