Kaydet (Commit) 1684f1cb authored tarafından Thomas Klausner's avatar Thomas Klausner

Use more portable `=' comparison operator instead of `=='.

üst a865eee6
...@@ -9696,7 +9696,7 @@ dnl this should be unified into using only one version for both ...@@ -9696,7 +9696,7 @@ dnl this should be unified into using only one version for both
AC_MSG_CHECKING([whether to use the system libjpeg]) AC_MSG_CHECKING([whether to use the system libjpeg])
if test "$SYSTEM_JPEG" == "YES"; then if test "$SYSTEM_JPEG" = "YES"; then
SYSTEM_LIBJPEG=YES SYSTEM_LIBJPEG=YES
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment