summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-10-25 12:53:18 +0200
committerJens Georg <mail@jensge.org>2012-10-25 12:53:18 +0200
commitf1623293d9a9cfac4d7e41e81338104ceea737b5 (patch)
treebdec720383407e0a1edff3da17572a707506b2c7
parent0d717f6e72f04909775a60fd6f1b2a0a208f1629 (diff)
downloadgupnp-av-f1623293d9a9cfac4d7e41e81338104ceea737b5.tar.gz
Don't error out if vapigen is not found
-rw-r--r--m4/vapigen.m42
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.])])])])
])