Adjust quoting that autoconf warned about.

This commit is contained in:
Adam Sampson 2011-08-10 12:42:19 +00:00
parent 760baa710e
commit a21fb263e9

View File

@ -137,7 +137,7 @@ AC_DEFUN([TOCK_CHECK_CFLAGS],[
AC_LANG_PUSH(C)
old_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $1"
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[ ]]),[
AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],[
AC_MSG_RESULT([yes])
$2
],[