[five-or-more] build: use better check for *-validate
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [five-or-more] build: use better check for *-validate
- Date: Wed, 6 Nov 2013 01:45:00 +0000 (UTC)
commit cf76203609f0710e6c0aa30be53ac3bb57955b28
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Nov 5 19:44:28 2013 -0600
build: use better check for *-validate
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 6b14985..a069986 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,8 +66,8 @@ PKG_CHECK_MODULES(FIVE_OR_MORE, [
librsvg-2.0 >= $RSVG_REQUIRED
])
-AC_PATH_PROG(APPDATA_VALIDATE, appdata-validate)
-AC_PATH_PROG(DESKTOP_FILE_VALIDATE, desktop-file-validate)
+AC_PATH_PROG([APPDATA_VALIDATE], [appdata-validate], [/bin/true])
+AC_PATH_PROG([DESKTOP_FILE_VALIDATE], [desktop-file-validate], [/bin/true])
dnl ###########################################################################
dnl Internationalization
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]