fixed bash-style assignment
authorIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Tue, 10 Oct 2017 10:35:35 +0000 (12:35 +0200)
committerIOhannes m zmölnig <zmoelnig@umlautQ.umlaeute.mur.at>
Tue, 10 Oct 2017 10:35:35 +0000 (12:35 +0200)
configure.ac

index d700c607880f8b26f100aeaf81953288a22a956b..4c8c4800fa013335beb75805483c2d8c3e4b61cf 100644 (file)
@@ -56,7 +56,7 @@ m4_ifdef([AM_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 # Fill GXX with something before test.
-GXX = "no"
+GXX="no"
 # if the user did not provide any CXXFLAGS, we can override them
 AS_IF([test "x$CXXFLAGS" = "x" ], [override_cxx=yes], [override_cxx=no])
 AS_IF([test "x$CFLAGS" = "x" ], [override_c=yes], [override_c=no])