fixed configure.in patch introduced by patch
authorewt <devnull@localhost>
Thu, 9 Apr 1998 02:45:39 +0000 (02:45 +0000)
committerewt <devnull@localhost>
Thu, 9 Apr 1998 02:45:39 +0000 (02:45 +0000)
CVS patchset: 2078
CVS date: 1998/04/09 02:45:39

configure.in

index a8b846e..619f736 100644 (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
 }