After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 522715 - Typo & missing libglade-2.0 entry in configure.in
Typo & missing libglade-2.0 entry in configure.in
Status: RESOLVED FIXED
Product: gnome-build
Classification: Deprecated
Component: miscellaneous
SVN HEAD
Other Linux
: Normal normal
: ---
Assigned To: gnome-build Maintainers List
gnome-build Maintainers List
Depends on:
Blocks:
 
 
Reported: 2008-03-16 05:42 UTC by Debarshi Ray
Modified: 2008-06-19 13:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch to fix this bug. (588 bytes, patch)
2008-03-16 05:43 UTC, Debarshi Ray
committed Details | Review

Description Debarshi Ray 2008-03-16 05:42:25 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.
Comment 1 Debarshi Ray 2008-03-16 05:43:30 UTC
Created attachment 107373 [details] [review]
Proposed patch to fix this bug.
Comment 2 Johannes Schmid 2008-06-19 13:12:13 UTC
Thanks - committed!