]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix typo in HAVE_DBUS automake conditional
authorAlexander Larsson <alexl@redhat.com>
Mon, 8 Oct 2012 14:57:47 +0000 (16:57 +0200)
committerEric Blake <eblake@redhat.com>
Mon, 8 Oct 2012 16:33:48 +0000 (10:33 -0600)
The variable that is set in the script is with_dbus, not have_dbus.

AUTHORS
configure.ac

diff --git a/AUTHORS b/AUTHORS
index 0b818b070902e0d5c152f3ba4ae525ce67cc670e..27c4eda77513d27eac994819260dbc4cd17c81c1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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....]
 
index 6d50985ccafaf632c47721e202ff57e6027cf6df..767e06cbe33435c0cd8b03986f9440791af24de0 100644 (file)
@@ -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