configure: Fix syntax error

checking build strict... ./configure: line 15065: =no: command not found
This commit is contained in:
Kalev Lember 2012-03-29 13:52:19 +03:00
parent 0be598f82c
commit b363b7e86e

View File

@ -148,7 +148,7 @@ else
CFLAGS="$CFLAGS -Wno-error" CFLAGS="$CFLAGS -Wno-error"
TEST_MODE="quick" TEST_MODE="quick"
INTROSPECTION_FLAGS="" INTROSPECTION_FLAGS=""
$enable_strict="no" enable_strict="no"
fi fi
AC_MSG_RESULT($enable_strict) AC_MSG_RESULT($enable_strict)