configure.ac: Recent ssw to 0.3+
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 14 Oct 2018 05:35:52 +0000 (07:35 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 14 Oct 2018 07:26:43 +0000 (09:26 +0200)
configure.ac

index e423e71206379cf5642c030a40752c03981065cf..d574b892090f051707a9595046e67e400609f447 100644 (file)
@@ -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])