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 172372 - configure.in improvements
configure.in improvements
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2005-04-01 16:20 UTC by Daniel Drake
Modified: 2005-04-01 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure.in improvements (3.29 KB, patch)
2005-04-01 16:20 UTC, Daniel Drake
committed Details | Review

Description Daniel Drake 2005-04-01 16:20:17 UTC
1. ./configure --disable-network currently makes network support be enabled
(this applies for other flags too)
2. Gentoo would like to have evolution-sharp support available as a user choice
3. Switched to AC_HELP_STRING for pretty printing
Comment 1 Daniel Drake 2005-04-01 16:20:46 UTC
Created attachment 39564 [details] [review]
configure.in improvements

Ok to commit?
Comment 2 Joe Shaw 2005-04-01 16:45:06 UTC
Fine to commit with one change: if the user explicitly specifies
--enable-evolution-sharp but the pkg-config check fails, I want configure to abort.

Ie, by default set enable_evolution_sharp to "auto" and then AC_MSG_ERROR if
it's "yes" and have_evo_sharp_dependencies is "no".  There should be similar
examples to this elsewhere in the code.  I know for sure that it's in the gmime
configure script for mono support.
Comment 3 Daniel Drake 2005-04-01 17:54:47 UTC
Ok, done. Made a similar change to the epiphany-extension options too.