]> git.sesse.net Git - vlc/commitdiff
Fixes broken D-Bus detection
authorRafaël Carré <funman@videolan.org>
Mon, 20 Nov 2006 03:54:23 +0000 (03:54 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 20 Nov 2006 03:54:23 +0000 (03:54 +0000)
Thanks to Daniel Stränger

configure.ac

index 91d703029d0f3e7e2ff0ed444497ad2446f7b55d..e810d9d57626e52a04459e5486b7afe4c6e2ca90 100644 (file)
@@ -865,7 +865,7 @@ then
           VLC_ADD_CFLAGS([dbus],[$DBUS_CFLAGS])
         fi],
     dnl not too old dbus
-    PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.92,
+    PKG_CHECK_MODULES(DBUS, dbus-1 >= 0.92,
       [ AC_DEFINE( HAVE_DBUS_2, 1, [Define if you have the D-BUS library API >= 0.92] )
         AC_DEFINE( HAVE_DBUS_1, 1, [Define if you have the D-BUS library API >= 0.30] )
         AC_DEFINE( HAVE_DBUS, 1, [Define if you have the D-BUS library] )
@@ -884,8 +884,8 @@ then
             VLC_ADD_CFLAGS([screensaver],[$DBUS_CFLAGS])],
            [AC_MSG_WARN(DBUS library not found)])
         ]
-     )]
-    )
+      )]
+    )]
   )
 fi