]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
build: Ease source for AC_LANG_SOURCE of CGRAPH check
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 7 Feb 2021 09:02:10 +0000 (10:02 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 7 Feb 2021 10:09:52 +0000 (11:09 +0100)
configure.ac

index 7d2c8525909efeccd7ae6c342e020b0ffcff9141..66cbd52a322ab9b395ce0bf60e51b93edba904a4 100644 (file)
@@ -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