configure.ac: Silence a warning from Autoconf 2.68.

This commit is contained in:
Lasse Collin 2010-10-05 12:18:58 +03:00
parent 80b5675fa6
commit fda4724d81
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ if test "$GCC" = yes ; then
AC_MSG_CHECKING([if $CC accepts $NEW_FLAG])
OLD_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $NEW_FLAG"
AC_COMPILE_IFELSE([void foo(void) { }], [
AC_COMPILE_IFELSE([AC_LANG_SOURCE([void foo(void) { }])], [
AM_CFLAGS="$AM_CFLAGS $NEW_FLAG"
AC_MSG_RESULT([yes])
], [