From: Chengwei Yang Date: Thu, 6 Jun 2013 08:12:01 +0000 (+0800) Subject: Fix a typo: enable_x11 -> have_x11 X-Git-Tag: dbus-1.7.4~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=049a132b86eb6ee74edd8e090037b20845ae06a0;p=thirdparty%2Fdbus.git Fix a typo: enable_x11 -> have_x11 From git history, enable_x11 was used to track have_x11, but it's useless now. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65443 Signed-off-by: Chengwei Yang Reviewed-by: Simon McVittie --- diff --git a/configure.ac b/configure.ac index f6335f7df..5d2437648 100644 --- a/configure.ac +++ b/configure.ac @@ -1857,7 +1857,7 @@ echo " Building dnotify support: ${have_dnotify} Building kqueue support: ${have_kqueue} Building systemd support: ${have_systemd} - Building X11 code: ${enable_x11} + Building X11 code: ${have_x11} Building Doxygen docs: ${enable_doxygen_docs} Building XML docs: ${enable_xml_docs} Building cache support: ${enable_userdb_cache}