[swell-foop] Check for *-validate before using it
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [swell-foop] Check for *-validate before using it
- Date: Thu, 7 Nov 2013 00:41:05 +0000 (UTC)
commit 04ae69d5036091dadc066aa9d542b4fef892e35e
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Wed Nov 6 18:40:48 2013 -0600
Check for *-validate before using it
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 56c5eb1..e91fec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,8 +28,8 @@ PKG_CHECK_MODULES(SWELL_FOOP, [
AC_CHECK_LIB([m],[floor])
-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]