summaryrefslogtreecommitdiff
path: root/media-gfx/graphicsmagick/files/graphicsmagick-1.3.43-bashism.patch
blob: 060959ae6e8738d0a15a0a1f27036804dfb61cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Sent upstream by email on 2024-04-23.
--- a/configure.ac
+++ b/configure.ac
@@ -1720,7 +1720,7 @@ AC_SUBST([LIB_MTMALLOC])
 # Find OpenMP library (no pkg-config support!)
 #
 LIB_OMP=''
-if test "${OPENMP_ENABLED}" == 'yes'
+if test "${OPENMP_ENABLED}" = 'yes'
 then
   if test "${GCC}" = "yes"
   then