From: John Darrington Date: Tue, 6 Sep 2011 19:48:48 +0000 (+0200) Subject: Moved call to gl_NEXT_HEADER outside the conditional. X-Git-Tag: v0.7.9~143 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=045188062c24e4dd38c30162747a60a6d7ab047a;p=pspp-builds.git Moved call to gl_NEXT_HEADER outside the conditional. Fixes bug #33585 --- 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