[gupnp-av: 11/11] Don't error out if vapigen is not found



commit f1623293d9a9cfac4d7e41e81338104ceea737b5
Author: Jens Georg <mail jensge org>
Date:   Thu Oct 25 12:53:18 2012 +0200

    Don't error out if vapigen is not found

 m4/vapigen.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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.])])])])
 ])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]