[gnome-mines] Check for *-validate before using them
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-mines] Check for *-validate before using them
- Date: Thu, 7 Nov 2013 00:36:00 +0000 (UTC)
commit 4dff3a06f885ab461ae433e89f09a17383b771b9
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Nov 6 18:35:27 2013 -0600
Check for *-validate before using them
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 804bbef..33c562d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,8 +23,8 @@ PKG_CHECK_MODULES(GNOME_MINES, [
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]