From: Jens Georg Date: Sun, 14 Oct 2012 14:33:10 +0000 (+0200) Subject: Don't error out if vapigen isn't found X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab591c3cc3750decaec8923eb99677b7bb6852be;p=profile%2Fivi%2FGSSDP.git Don't error out if vapigen isn't found https://bugzilla.gnome.org/show_bug.cgi?id=686039 --- diff --git a/m4/vapigen.m4 b/m4/vapigen.m4 index d8c86f6..df6395d 100644 --- a/m4/vapigen.m4 +++ b/m4/vapigen.m4 @@ -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.])])])]) ])