summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2021-02-07 10:02:10 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2021-02-07 11:09:52 +0100
commitcfc0399765055030ecb9f9219db4ceb3811be41d (patch)
tree0b547cdae0300fb06a755e1d1f07e2826161e67b /configure.ac
parent6c251f9d9c72781f2a84205df56a60620f6d75b4 (diff)
downloadvala-cfc0399765055030ecb9f9219db4ceb3811be41d.tar.gz
build: Ease source for AC_LANG_SOURCE of CGRAPH check
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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 <gvc.h>
- int main(void) {
+ int main() {
#ifdef WITH_CGRAPH
return 0;
#else