提交 53d5ad94 编写于 作者: A Alexander Larsson 提交者: Eric Blake

Fix typo in HAVE_DBUS automake conditional

The variable that is set in the script is with_dbus, not have_dbus.
上级 283f1c4a
......@@ -267,6 +267,7 @@ Patches have also been contributed by:
Dwight Engen <dwight.engen@oracle.com>
liguang <lig.fnst@cn.fujitsu.com>
Chuck Short <zulcss@gmail.com>
Alexander Larsson <alexl@redhat.com>
[....send patches to get your name here....]
......
......@@ -1251,7 +1251,7 @@ if test "$with_dbus" = "yes" ; then
LIBS="$save_LIBS"
CFLAGS="$save_CFLAGS"
fi
AM_CONDITIONAL([HAVE_DBUS], [test "$have_dbus" = "yes"])
AM_CONDITIONAL([HAVE_DBUS], [test "$with_dbus" = "yes"])
dnl PolicyKit library
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册