Changeset 6559 for trunk/configure.ac


Ignore:
Timestamp:
Aug 17, 2008, 12:39:26 PM (15 years ago)
Author:
muks
Message:

Don't show an error when transmission is run twice

Instead, present the main window. This commit also auto-generates
the dbus bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r6539 r6559  
    165165    AC_SUBST(DBUS_GLIB_CFLAGS)
    166166    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
    167174        AC_DEFINE([HAVE_DBUS_GLIB], 1)
    168175    fi
Note: See TracChangeset for help on using the changeset viewer.