configure: Fix syntax error
authorKalev Lember <kalevlember@gmail.com>
Thu, 29 Mar 2012 10:52:19 +0000 (13:52 +0300)
committerKalev Lember <kalevlember@gmail.com>
Thu, 29 Mar 2012 10:52:19 +0000 (13:52 +0300)
checking build strict... ./configure: line 15065: =no: command not found

configure.ac

index 9e598e1..cf9a33a 100644 (file)
@@ -148,7 +148,7 @@ else
        CFLAGS="$CFLAGS -Wno-error"
        TEST_MODE="quick"
        INTROSPECTION_FLAGS=""
-       $enable_strict="no"
+       enable_strict="no"
 fi
 
 AC_MSG_RESULT($enable_strict)