diff options
| author | Michael Albinus | 2012-06-09 13:12:12 +0200 |
|---|---|---|
| committer | Michael Albinus | 2012-06-09 13:12:12 +0200 |
| commit | e3a3e2133197db5c1c0ba91761ba435fde3c20f2 (patch) | |
| tree | 88fa3f6698cc75c9f4657e8bf4dbb51a2a9199a9 /autogen | |
| parent | e75852fd3e300c6f84637cfb1c2e53f89e598d15 (diff) | |
| download | emacs-e3a3e2133197db5c1c0ba91761ba435fde3c20f2.tar.gz emacs-e3a3e2133197db5c1c0ba91761ba435fde3c20f2.zip | |
* configure.in (dbus_type_is_valid): Check for library function.
Diffstat (limited to 'autogen')
| -rw-r--r-- | autogen/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/autogen/config.in b/autogen/config.in index 1f731dfa7d2..31a17177504 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -145,6 +145,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 145 | /* Define to 1 if using D-Bus. */ | 145 | /* Define to 1 if using D-Bus. */ |
| 146 | #undef HAVE_DBUS | 146 | #undef HAVE_DBUS |
| 147 | 147 | ||
| 148 | /* Define to 1 if you have the `dbus_type_is_valid' function. */ | ||
| 149 | #undef HAVE_DBUS_TYPE_IS_VALID | ||
| 150 | |||
| 148 | /* Define to 1 if you have the `dbus_validate_bus_name' function. */ | 151 | /* Define to 1 if you have the `dbus_validate_bus_name' function. */ |
| 149 | #undef HAVE_DBUS_VALIDATE_BUS_NAME | 152 | #undef HAVE_DBUS_VALIDATE_BUS_NAME |
| 150 | 153 | ||
| @@ -1407,4 +1410,3 @@ Local Variables: | |||
| 1407 | mode: c | 1410 | mode: c |
| 1408 | End: | 1411 | End: |
| 1409 | */ | 1412 | */ |
| 1410 | |||