mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-18 09:58:33 +00:00
configure: Fix syntax error
checking build strict... ./configure: line 15065: =no: command not found
This commit is contained in:
parent
0be598f82c
commit
b363b7e86e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user