build-goo: fix obtuse warning message from autogoo

calculate-0.9.5
Ray Strode 11 years ago
parent c1d3037858
commit 8fc93c9a47

@ -196,7 +196,7 @@ AC_DEFUN([PLYMOUTH_CC_TRY_FLAG], [
plymouth_save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $1"
AC_COMPILE_IFELSE([ ], [plymouth_cc_flag=yes], [plymouth_cc_flag=no])
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ ]], [[ ]])], [plymouth_cc_flag=yes], [plymouth_cc_flag=no])
CFLAGS="$plymouth_save_CFLAGS"
if test "x$plymouth_cc_flag" = "xyes"; then

Loading…
Cancel
Save