* configure.ac: Use '=', not '=='; the latter is a GNU extension.

* configure: Regenerated.
This commit is contained in:
Jim Blandy
2005-03-13 05:37:48 +00:00
parent f996f4135f
commit ca231fcc24
3 changed files with 7 additions and 2 deletions

View File

@@ -1092,7 +1092,7 @@ build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
-Wunused-label -Wunused-function"
# GCC supports -Wuninitialized only with -O or -On, n != 0.
if test x${CFLAGS+set} == xset; then
if test x${CFLAGS+set} = xset; then
case "${CFLAGS}" in
*"-O0"* ) ;;
*"-O"* )