Add an Autoconf macro that checks whether a given feature is enabled
Created attachment 181763 [details] Patch
Comment on attachment 181763 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181763&action=review > Source/autotools/webkitfeature.m4:23 > + m4_ifvaln([$3],[else $3])dnl The 'dnl's at the end of this and the previous line are meaningless, should be removed.
Comment on attachment 181763 [details] Patch Thanks!
Created attachment 181769 [details] Patch
Comment on attachment 181769 [details] Patch Interesting collision :> The first patch is in the commit queue, I'll just obsolete this one, clear the flags and wait for the landing, will remove the unnecessary 'dnl' line endings later.
Comment on attachment 181769 [details] Patch The whole thing went bananas, the first patch is now out of the queue. Martin, could you please repeat the reviewing magic on this patch?
Comment on attachment 181769 [details] Patch Clearing flags on attachment: 181769 Committed r139130: <http://trac.webkit.org/changeset/139130>
All reviewed patches have been landed. Closing bug.