Just reformat some confusing construction in configure.ac

This commit is contained in:
Frank Denis 2013-04-26 22:00:00 -07:00
parent 0f68434d68
commit 2055e38bc6

View File

@ -104,7 +104,8 @@ be sad
]])],
[AC_MSG_RESULT(yes)
AX_CHECK_COMPILE_FLAG([$CWFLAGS -Wno-unknown-warning-option],
[CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])],
[CWFLAGS="$CWFLAGS -Wno-unknown-warning-option"])
],
[AC_MSG_RESULT(no)
])