Adjust quoting that autoconf warned about.
This commit is contained in:
parent
760baa710e
commit
a21fb263e9
|
@ -137,7 +137,7 @@ AC_DEFUN([TOCK_CHECK_CFLAGS],[
|
||||||
AC_LANG_PUSH(C)
|
AC_LANG_PUSH(C)
|
||||||
old_CFLAGS="$CFLAGS"
|
old_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS $1"
|
CFLAGS="$CFLAGS $1"
|
||||||
AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[ ]]),[
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM()],[
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
$2
|
$2
|
||||||
],[
|
],[
|
||||||
|
|
Loading…
Reference in New Issue
Block a user