small edit

This commit is contained in:
cathugger
2018-01-20 20:17:19 +00:00
parent b9fd040a7a
commit 56eb316640

View File

@@ -179,7 +179,7 @@ then
AC_MSG_CHECKING([whether CC supports -pedantic])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([])],
[AC_MSG_RESULT([yes])]
[cstd="$cstd -Wpedantic"],
[cstd="$cstd -pedantic"],
[AC_MSG_RESULT([no])]
)
fi