summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMarti Maria <marti.maria@littlecms.com>2022-02-11 15:26:38 +0100
committerMarti Maria <marti.maria@littlecms.com>2022-02-11 15:26:38 +0100
commitc529dd437cc5294ad821de0e48f1aaddce2440ae (patch)
tree66e01e3a37b64df0f4d58fe93b52c5685d2d41cb /configure
parentef1922735acc6425876db1ffc49706febf6d4906 (diff)
downloadlcms2-c529dd437cc5294ad821de0e48f1aaddce2440ae.tar.gz
remove bashisism
Get rid of == on test, which is a bash extension
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index 651f0d6..5ab1a05 100755
--- a/configure
+++ b/configure
@@ -17178,7 +17178,7 @@ else
fi
-if test "$with_fastfloat" == "yes"
+if test "x$with_fastfloat" = "xyes"
then
LIB_PLUGINS="$LIB_PLUGINS -llcms2_fast_float"
fi
@@ -18504,7 +18504,6 @@ LCMS_LIB_DEPLIBS="$LIB_MATH $LIB_THREAD"
LCMS_LIB_DEPLIBS=`echo $LCMS_LIB_DEPLIBS | sed -e 's/ */ /g'`
-echo "LIB_PLUGINS: $LIB_PLUGINS"
# Libraries that the jpegicc program depends on