Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e3a3e213
Commit
e3a3e213
authored
Jun 09, 2012
by
Michael Albinus
Browse files
* configure.in (dbus_type_is_valid): Check for library function.
parent
e75852fd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
ChangeLog
ChangeLog
+5
-1
autogen/config.in
autogen/config.in
+3
-1
configure.in
configure.in
+3
-1
No files found.
ChangeLog
View file @
e3a3e213
2012-06-09 Michael Albinus <michael.albinus@gmx.de>
* configure.in (dbus_type_is_valid): Check for library function.
2012-06-06 Glenn Morris <rgm@gnu.org>
* INSTALL, make-dist: Remove vcdiff.
...
...
@@ -409,7 +413,7 @@
* configure.in (dbus_validate_bus_name, dbus_validate_path)
(dbus_validate_interface, dbus_validate_member): Check also for
these library functions
these library functions
.
2012-04-22 Paul Eggert <eggert@cs.ucla.edu>
...
...
autogen/config.in
View file @
e3a3e213
...
...
@@ -145,6 +145,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if using D-Bus. */
#undef HAVE_DBUS
/* Define to 1 if you have the `dbus_type_is_valid' function. */
#undef HAVE_DBUS_TYPE_IS_VALID
/* Define to 1 if you have the `dbus_validate_bus_name' function. */
#undef HAVE_DBUS_VALIDATE_BUS_NAME
...
...
@@ -1407,4 +1410,3 @@ Local Variables:
mode: c
End:
*/
configure.in
View file @
e3a3e213
...
...
@@ -1950,8 +1950,10 @@ if test "${with_dbus}" = "yes"; then
LIBS="$LIBS $DBUS_LIBS"
AC_DEFINE(HAVE_DBUS, 1, [Define to 1 if using D-Bus.])
dnl dbus_watch_get_unix_fd has been introduced in D-Bus 1.1.1.
dnl dbus_validate_* have been introduced in D-Bus 1.5.12.
dnl dbus_type_is_valid and dbus_validate_* have been introduced in
dnl D-Bus 1.5.12.
AC_CHECK_FUNCS(dbus_watch_get_unix_fd \
dbus_type_is_valid \
dbus_validate_bus_name \
dbus_validate_path \
dbus_validate_interface \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment