From 36811d3a77388c270224c6f88ea7f6510dd74f09 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 30 Aug 2000 05:24:47 +0000 Subject: test uses = for equality, not ==. --- graphics/jpeg/files/patch-ab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/jpeg') diff --git a/graphics/jpeg/files/patch-ab b/graphics/jpeg/files/patch-ab index 091185f0ecfa..e4de71cf3d30 100644 --- a/graphics/jpeg/files/patch-ab +++ b/graphics/jpeg/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" -- cgit v1.2.3