From: Rico Tzschichholz Date: Sun, 7 Feb 2021 09:02:10 +0000 (+0100) Subject: build: Ease source for AC_LANG_SOURCE of CGRAPH check X-Git-Tag: 0.51.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfc0399765055030ecb9f9219db4ceb3811be41d;p=thirdparty%2Fvala.git build: Ease source for AC_LANG_SOURCE of CGRAPH check --- diff --git a/configure.ac b/configure.ac index 7d2c85259..66cbd52a3 100644 --- a/configure.ac +++ b/configure.ac @@ -180,7 +180,7 @@ if test x$enable_valadoc = xyes; then AC_RUN_IFELSE( [AC_LANG_SOURCE([ #include - int main(void) { + int main() { #ifdef WITH_CGRAPH return 0; #else