summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2004-02-23 17:09:42 +0000
committerMark McLoughlin <markmc@src.gnome.org>2004-02-23 17:09:42 +0000
commit67588555304cbd111a98280dc5b909355a60fbd2 (patch)
treed9fe3b89cda427d0bc9bf80b70e63cd3194e17d1
parentbb90da0ca3d947185b21398a2ed369dc3eb2851a (diff)
downloadgnome-desktop-67588555304cbd111a98280dc5b909355a60fbd2.tar.gz
Add a check for scrollkeeper - bug #134986.
2004-02-23 Mark McLoughlin <mark@skynet.ie> * configure.in: Add a check for scrollkeeper - bug #134986.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0950b291..2a1e7ed6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-02-23 Mark McLoughlin <mark@skynet.ie>
+
+ * configure.in: Add a check for scrollkeeper - bug #134986.
+
==================== 2.5.90 ====================
2004-02-23 Mark McLoughlin <mark@skynet.ie>
diff --git a/configure.in b/configure.in
index f324545b..1a43b936 100644
--- a/configure.in
+++ b/configure.in
@@ -103,6 +103,12 @@ PKG_CHECK_MODULES(GNOME_ABOUT, gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED gtk+-2.0 >
AC_SUBST(GNOME_ABOUT_CFLAGS)
AC_SUBST(GNOME_ABOUT_LIBS)
+dnl scrollkeeper checks
+
+AC_PATH_PROG(SCROLLKEEPER_CONFIG, scrollkeeper-config,no)
+if test x$SCROLLKEEPER_CONFIG = xno; then
+ AC_MSG_ERROR(Couldn't find scrollkeeper-config. Please install the scrollkeeper package)
+fi
dnl Language Support