From 045188062c24e4dd38c30162747a60a6d7ab047a Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 6 Sep 2011 21:48:48 +0200 Subject: [PATCH] Moved call to gl_NEXT_HEADER outside the conditional. Fixes bug #33585 --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1456b661..2ba3ba35 100644 --- a/configure.ac +++ b/configure.ac @@ -84,9 +84,10 @@ if test "$with_cairo" != no && test "$with_gui" != "no"; then PSPP_REQUIRED_PREREQ([glib-genmarshal (or use --without-gui)]) fi - gl_NEXT_HEADERS([gtk/gtk.h]) fi +gl_NEXT_HEADERS([gtk/gtk.h]) + dnl Checks needed for psql reader dnl The 8.x series postgres tarballs installs with a default prefix of -- 2.30.2