summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-04-09 02:45:39 +0000
committerewt <devnull@localhost>1998-04-09 02:45:39 +0000
commit01eca71f1a169c7bd8bee851d55bcfc8bf96aa32 (patch)
treedfb396e4332b805c326c6860474275e9e03173e3
parent6f2eb2440d48b7fa60b910a5e671e64310a252c9 (diff)
downloadlibrpm-tizen-01eca71f1a169c7bd8bee851d55bcfc8bf96aa32.tar.gz
librpm-tizen-01eca71f1a169c7bd8bee851d55bcfc8bf96aa32.tar.bz2
librpm-tizen-01eca71f1a169c7bd8bee851d55bcfc8bf96aa32.zip
fixed configure.in patch introduced by patch
CVS patchset: 2078 CVS date: 1998/04/09 02:45:39
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a8b846ea2..619f73672 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
}