GNOME Bugzilla – Bug 758636
Configure does not properly switch detect on/off X11 support
Last modified: 2016-03-28 15:08:17 UTC
Created attachment 316217 [details] [review] Fix X11 support configure switch Also, the switch should probably take the actual existence of the X11 library on the system into account as well. I can provide a more complete patch which moves all the pieces together if you wish.
Created attachment 316218 [details] [review] Use AS_HELP_STRING + quoting And a second patch for cosmetic of that option.
Created attachment 316219 [details] [review] Fix X11 support configure switch Made a mistake, 3rd parameter of AC_ARG_WITH/AC_ARG_ENABLE cannot be used like it is right now. This patch makes it right.
Created attachment 316220 [details] [review] Use AS_HELP_STRING + quoting Updated second patch.
X11 specific things have been removed, so this one is obsolete.