X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=1456b66138eaf537a40cedd6a39325b4f143a088;hb=32ee0e0402d6d56674f53a47d879ec5c07dabe09;hp=719f4c7411d68517adaeb31186257da92bceffb5;hpb=2f7b367bf796c63c595ac837b716cce535ffd5bf;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 719f4c74..1456b661 100644 --- a/configure.ac +++ b/configure.ac @@ -75,6 +75,9 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.16], [], [PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.16 or later (or use --without-gui)])]) + PKG_CHECK_MODULES([GTKSOURCEVIEW], [gtksourceview-2.0 >= 2.2], [], + [PSPP_REQUIRED_PREREQ([gtksourceview 2.0 version 2.2 or later (or use --without-gui)])]) + AC_ARG_VAR([GLIB_GENMARSHAL]) AC_CHECK_PROGS([GLIB_GENMARSHAL], [glib-genmarshal]) if test "x$GLIB_GENMARSHAL" = x; then