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 540992 - no way to disable xmp support
no way to disable xmp support
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Builds
2.23.x
Other All
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-30 20:40 UTC by Mikel Olasagasti
Modified: 2008-07-21 15:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
add support to disable xmp (1.43 KB, patch)
2008-06-30 20:43 UTC, Mikel Olasagasti
none Details | Review
add support to disable xmp with AC_HELP_STRING (2.15 KB, patch)
2008-07-04 16:09 UTC, Mikel Olasagasti
committed Details | Review

Description Mikel Olasagasti 2008-06-30 20:40:33 UTC
Please describe the problem:
configure always build nautilus with xmp support if the library is on the system. XMP support should be optional.

Patch attached to add --disable-xmp

Steps to reproduce:
1. install exempi
2. try to build nautilus without xmp (exempi) support


Actual results:
Nautilus will configure with xmp support

Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Mikel Olasagasti 2008-06-30 20:43:29 UTC
Created attachment 113734 [details] [review]
add support to disable xmp
Comment 2 Gilles Dartiguelongue 2008-07-04 14:33:16 UTC
Please use {AC,AS}_HELP_STRING instead of raw string for details of AC_ARG_ENABLE, it automatically align text output for all options which makes it much nicer.
Comment 3 Mikel Olasagasti 2008-07-04 16:09:36 UTC
Created attachment 113998 [details] [review]
add support to disable xmp with AC_HELP_STRING

add support to disable xmp with AC_HELP_STRING and also add AC_HELP_STRING to beagle and tracker checks
Comment 4 Cosimo Cecchi 2008-07-04 16:27:14 UTC
Gilles, please don't use NEEDINFO against developers or to request a patch update.
Comment 5 André Klapper 2008-07-04 17:08:45 UTC
yeah. change the patch status instead. :-)
Comment 6 Gilles Dartiguelongue 2008-07-04 22:54:44 UTC
gaaah sorry, I clicked on need_stacktrace and forgot to revert status changes. My bad.
Comment 7 Christian Neumair 2008-07-21 15:08:14 UTC
Go for it :).
Comment 8 Christian Neumair 2008-07-21 15:12:22 UTC
Mikel just informed me on IRC that he does not have any SVN account.

Committed:
http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14387

Closing.