diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-06-06 16:12:01 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-06-06 13:04:38 +0100 |
commit | 049a132b86eb6ee74edd8e090037b20845ae06a0 (patch) | |
tree | bc2b295c03169e7208c18d6795533a84378fd622 /configure.ac | |
parent | 46602768c537bfa51af80ba2c67857f3a30c0e67 (diff) | |
download | dbus-049a132b86eb6ee74edd8e090037b20845ae06a0.tar.gz |
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 <chengwei.yang@intel.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f6335f7d..5d243764 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} |