From 449346bb0204b7193666295242d751ba3ce0dd4f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 14 Oct 2018 07:35:52 +0200 Subject: [PATCH] configure.ac: Recent ssw to 0.3+ --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e423e71206..d574b89209 100644 --- a/configure.ac +++ b/configure.ac @@ -115,8 +115,8 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.44], [], [PSPP_REQUIRED_PREREQ([glib 2.0 version 2.44 or later (or use --without-gui)])]) - PKG_CHECK_MODULES([SPREAD_SHEET_WIDGET], [spread-sheet-widget >= 0.2], [], - [PSPP_REQUIRED_PREREQ([spread-sheet-widget 0.2 (or use --without-gui)])]) + PKG_CHECK_MODULES([SPREAD_SHEET_WIDGET], [spread-sheet-widget >= 0.3], [], + [PSPP_REQUIRED_PREREQ([spread-sheet-widget 0.3 (or use --without-gui)])]) AC_ARG_VAR([GLIB_GENMARSHAL]) AC_CHECK_PROGS([GLIB_GENMARSHAL], [glib-genmarshal]) -- 2.30.2