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 583458 - brasero configure switches only disables options
brasero configure switches only disables options
Status: RESOLVED FIXED
Product: brasero
Classification: Applications
Component: general
2.26.2
Other All
: Normal normal
: 2.26
Assigned To: Brasero maintainer(s)
Brasero maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2009-05-21 15:04 UTC by Peter Alfredsen
Modified: 2009-06-01 14:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Fix configure (3.25 KB, patch)
2009-05-21 15:05 UTC, Peter Alfredsen
committed Details | Review

Description Peter Alfredsen 2009-05-21 15:04:23 UTC
Please describe the problem:
Without the attached patch, the following ./configure line:
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-scrollkeeper --disable-caches --disable-dependency-tracking --enable-cdrtools --disable-cdrkit --enable-nautilus --enable-playlist --disable-search --enable-libburnia

Yields the following output:
Version: 2.26.2
	Update caches: no
	Build Nautilus extension : yes
	Build inotify: yes
	Build search pane : no
	Build playlist pane : yes
	Build Preview pane : yes
	Build cdrtools plugins : no
	Build cdrkit plugins : no
	Build libburnia plugins : yes

With the patch:
Version: 2.26.2
	Update caches: no
	Build Nautilus extension : yes
	Build inotify: yes
	Build search pane : no
	Build playlist pane : yes
	Build Preview pane : yes
	Build cdrtools plugins : yes
	Build cdrkit plugins : no
	Build libburnia plugins : yes


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Downstream bug:
https://bugs.gentoo.org/show_bug.cgi?id=258981
Comment 1 Peter Alfredsen 2009-05-21 15:05:44 UTC
Created attachment 135115 [details] [review]
Fix configure

Patch by Michal Kurgan <moloh@moloh.net>
Comment 2 Philippe Rouquier 2009-06-01 14:10:37 UTC
Thanks a lot for the report and patch. This has been committed to both master and stable branch.