From 1491ccc594d66654006750c247748529f427aef0 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Fri, 20 Apr 2001 15:46:25 +0000 Subject: [PATCH] Fixed libgnomesupport check. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8399357e..e79d739f 100644 --- a/configure.in +++ b/configure.in @@ -92,7 +92,7 @@ AM_PROG_LIBTOOL dnl Let the user enable compiler warnings GNOME_COMPILE_WARNINGS -GNOME_PKGCONFIG_CHECK_MODULES(GNOMESUPPORT, gnome-support-2.0:1.2.1) +GNOME_PKGCONFIG_CHECK_MODULES(GNOMESUPPORT, libgnomesupport-2.0:1.96.0) AC_SUBST(GNOMESUPPORT_CFLAGS) AC_SUBST(GNOMESUPPORT_LIBS)