diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-30 05:24:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-30 05:24:47 +0000 |
commit | 36811d3a77388c270224c6f88ea7f6510dd74f09 (patch) | |
tree | 08ef0f97d1f8360bca9cd7ec0705332d8af73c76 /graphics/jpeg-mmx | |
parent | Upgrade to snarf 7.0 (yes, the author leaped 5 major release numbers in (diff) |
test uses = for equality, not ==.
Notes
Notes:
svn path=/head/; revision=32121
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 091185f0ecfa..e4de71cf3d30 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" |