From: Ray Strode Date: Wed, 11 Dec 2013 18:28:11 +0000 (-0500) Subject: build-goo: fix obtuse warning message from autogoo X-Git-Tag: 0.9.0~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fc93c9a47a274e1916dbdf7c41ab4382cae13a2;p=thirdparty%2Fplymouth.git build-goo: fix obtuse warning message from autogoo --- diff --git a/configure.ac b/configure.ac index 103a1b4a..9c8f8635 100644 --- a/configure.ac +++ b/configure.ac @@ -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