diff options
author | asami <asami@FreeBSD.org> | 2000-08-30 05:24:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-30 05:24:47 +0000 |
commit | e1046587c041a2dd4ac17512ed872fab94a71d9e (patch) | |
tree | 15ffab3217ed9f9c291634f9bab3d7fc482613a4 /graphics/jpeg-mmx | |
parent | 2230e549907591119817948cd6bcba426477db2d (diff) | |
download | FreeBSD-ports-e1046587c041a2dd4ac17512ed872fab94a71d9e.zip FreeBSD-ports-e1046587c041a2dd4ac17512ed872fab94a71d9e.tar.gz |
test uses = for equality, not ==.
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/files/patch-ab b/graphics/jpeg-mmx/files/patch-ab index 091185f..e4de71c 100644 --- a/graphics/jpeg-mmx/files/patch-ab +++ b/graphics/jpeg-mmx/files/patch-ab @@ -5,7 +5,7 @@ if test "x$LTSHARED" != xno -o "x$LTSTATIC" != xno; then USELIBTOOL="yes" - LIBTOOL="./libtool" -+ if test "x$LIBTOOL" == "x"; then ++ if test "x$LIBTOOL" = "x"; then + LIBTOOL="./libtool" + fi O="lo" |