Navigation Menu

Skip to content

Commit

Permalink
Moved call to gl_NEXT_HEADER outside the conditional.
Browse files Browse the repository at this point in the history
Fixes bug #33585
  • Loading branch information
John Darrington committed Sep 6, 2011
1 parent 40774ac commit 0451880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit 0451880

Please sign in to comment.