summaryrefslogtreecommitdiff
path: root/sci-calculators/tilp2/files/tilp2-1.18-nonbash.patch
blob: 542248b9e76390a84f612600b3dc0e28044d5302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
https://bugs.gentoo.org/723314
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@
 AC_ARG_VAR([CC_FOR_BUILD], [C compiler for programs to be run on the build system])
 AC_ARG_VAR([CFLAGS_FOR_BUILD], [C compiler flags for CC_FOR_BUILD])
 AC_MSG_CHECKING([for the host compiler])
-if test "x$build" == "x$host" ; then
+if test "x$build" = "x$host" ; then
   # Not cross-compiling.
   CC_FOR_BUILD=$CC
   CFLAGS_FOR_BUILD=$CFLAGS