comparison configure.ac @ 11070:fdb8ba7a4857

[gaim-migrate @ 13069] I (apparently) don't have dbus. configure still needs to work. I'm also fixing some warnings with src/Makefile.am introduced by the dbus commits. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 08 Jul 2005 05:11:08 +0000
parents 2eca9ed49469
children e25575a59f01
comparison
equal deleted inserted replaced
11069:65db26d0bc90 11070:fdb8ba7a4857
317 317
318 if test "x$enable_dbus" = "xyes"; then 318 if test "x$enable_dbus" = "xyes"; then
319 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.34 dbus-glib-1 >= 0.34], 319 PKG_CHECK_MODULES(DBUS, [dbus-1 >= 0.34 dbus-glib-1 >= 0.34],
320 [ 320 [
321 AC_SUBST(DBUS_CFLAGS) 321 AC_SUBST(DBUS_CFLAGS)
322 AC_SUBST(DBUS_LIBS) 322 AC_SUBST(DBUS_LIBS)
323 enable_dbus=yes
323 ], 324 ],
324 [ 325 [
325 enable_dbus=no 326 enable_dbus=no
326 ]) 327 ])
327 fi 328 fi