From: John Darrington Date: Sun, 18 Jun 2023 11:07:45 +0000 (+0200) Subject: Revert recent changes to configure.ac X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13b87928f42225cd0d2d35167d9b319306afc85;p=pspp Revert recent changes to configure.ac Commit e1a2cf577fac791c79cd531e688a48efab9b7c0c recented gtksourceview to version 4.8 - However this turned out to be unnecessary, so this change reverts that detail. --- diff --git a/configure.ac b/configure.ac index 649217255a..2af7cd4214 100644 --- a/configure.ac +++ b/configure.ac @@ -130,8 +130,9 @@ if test "$with_gui" != "no"; then PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.22.0], [], [PSPP_REQUIRED_PREREQ([gtk+ 3.0 version 3.22.0 or later (or use --without-gui)])]) - PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-4 >= 4.8], [], - [PSPP_REQUIRED_PREREQ([gtksourceview 4.8 or later (or use --without-gui)])]) + PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-4 >= 4.0], [], + [PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-3.0 >= 3.4.2], [], + [PSPP_REQUIRED_PREREQ([gtksourceview 4.x or gtksourceview 3.x version 3.4.2 or later (or use --without-gui)])])]) PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.44], [], [PSPP_REQUIRED_PREREQ([glib 2.0 version 2.44 or later (or use --without-gui)])])