]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Fix a typo: enable_x11 -> have_x11
authorChengwei Yang <chengwei.yang@intel.com>
Thu, 6 Jun 2013 08:12:01 +0000 (16:12 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 6 Jun 2013 12:04:38 +0000 (13:04 +0100)
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 <chengwei.yang@intel.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
configure.ac

index f6335f7df5c7fd35e6f95c2d76a7e8d22436b056..5d2437648e1278bae43c7d273feafd77fadfdab6 100644 (file)
@@ -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}