GNOME Bugzilla – Bug 172372
configure.in improvements
Last modified: 2005-04-01 17:54:47 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
Created attachment 39564 [details] [review] configure.in improvements Ok to commit?
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.
Ok, done. Made a similar change to the epiphany-extension options too.