X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=a3a07a87e07816848ffd8f9c8416e20a8d9913ee;hb=c141780c99e0aee7a50734d4a56e2adf6f16c909;hp=8f4ca63ba084f9c4e6341bf409caa1a4be5d8f94;hpb=de2342cc0a5a3c7567ddadbb8eaee7019667a2b4;p=pspp diff --git a/configure.ac b/configure.ac index 8f4ca63ba0..a3a07a87e0 100644 --- a/configure.ac +++ b/configure.ac @@ -76,6 +76,12 @@ AM_CONDITIONAL([HAVE_GUI], if test "$with_cairo" != no && test "$with_gui" != "no"; then PKG_CHECK_MODULES([GTK], [gtk+-2.0 >= 2.12], [], [PSPP_REQUIRED_PREREQ([gtk+ 2.0 version 2.12 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 + PSPP_REQUIRED_PREREQ([glib-genmarshal (or use --without-gui)]) + fi fi dnl Checks needed for psql reader