Don't error out if vapigen isn't found
authorJens Georg <mail@jensge.org>
Sun, 14 Oct 2012 14:33:10 +0000 (16:33 +0200)
committerJens Georg <mail@jensge.org>
Sun, 14 Oct 2012 14:36:15 +0000 (16:36 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=686039

m4/vapigen.m4

index d8c86f6..df6395d 100644 (file)
@@ -37,5 +37,5 @@ AC_DEFUN([VALA_PROG_VAPIGEN],
            [AC_MSG_RESULT([yes])],
            [AC_MSG_RESULT([yes])],
            [AC_MSG_RESULT([no])
-            AC_MSG_ERROR([Vala API Generator $1 not found.])])])])
+            AC_MSG_WARN([Vala API Generator $1 not found.])])])])
 ])