Changeset 6559 for trunk/configure.ac
- Timestamp:
- Aug 17, 2008, 12:39:26 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r6539 r6559 165 165 AC_SUBST(DBUS_GLIB_CFLAGS) 166 166 if test "x$use_dbus_glib" = "xyes"; then 167 AC_PATH_PROG(DBUS_BINDING_TOOL, dbus-binding-tool, no) 168 if test "x$DBUS_BINDING_TOOL" = xno; then 169 AC_MSG_WARN([Cannot find dbus-binding-tool]) 170 use_dbus_glib="no (dbus-binding-tool not found)" 171 fi 172 fi 173 if test "x$use_dbus_glib" = "xyes"; then 167 174 AC_DEFINE([HAVE_DBUS_GLIB], 1) 168 175 fi
Note: See TracChangeset
for help on using the changeset viewer.