GNOME Bugzilla – Bug 522715
Typo & missing libglade-2.0 entry in configure.in
Last modified: 2008-06-19 13:12:13 UTC
There are two issues in configure.in: (i) The first one looks like a typo where AC_PREREQ is written as AAC_PREREQ. (ii) Secondly, since ./src/gbf/gbf-project-util.c uses '#include <glade/glade-xml.h>', and ./src/gbf/Makefile.am uses GBF_CFLAGS and GBF_LIBS, the relevant flags for libglade-2.0 should be included GBF_CFLAGS and GBF_LIBS.
Created attachment 107373 [details] [review] Proposed patch to fix this bug.
Thanks - committed!