[gnome-utils] [build] fix call to AS_IF macro (GNOME bug 592782 )
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-utils] [build] fix call to AS_IF macro (GNOME bug 592782 )
- Date: Sun, 23 Aug 2009 19:16:59 +0000 (UTC)
commit 6078565ded42320bca8427ae4f5dca252d9eca3b
Author: Frédéric Péters <fpeters 0d be>
Date: Sun Aug 23 10:49:28 2009 +0200
[build] fix call to AS_IF macro (GNOME bug 592782 )
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 76ef9b2..09ae01c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -292,7 +292,7 @@ AC_SUBST(Z_LIBS)
dnl scrollkeeper checks
AC_PATH_PROG(SCROLLKEEPER_CONFIG, [scrollkeeper-config], [no])
-AS_IF([test x$SCROLLKEEPER_CONFIG = xno]
+AS_IF([test x$SCROLLKEEPER_CONFIG = xno],
[
AC_MSG_ERROR([Couldn't find scrollkeeper-config. Please install the scrollkeeper package])
]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]