[gnome-utils] [build] fix call to AS_IF macro (GNOME bug 592782 )



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]