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
bf9a7ece
Commit
bf9a7ece
authored
Jan 24, 2008
by
Glenn Morris
Browse files
Standardize dbus-related messages.
parent
478975a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
ChangeLog
ChangeLog
+5
-4
configure.in
configure.in
+2
-5
No files found.
ChangeLog
View file @
bf9a7ece
2008-01-24 Glenn Morris <rgm@gnu.org>
* configure.in: Standardize dbus-related messages.
2008-01-23 Michael Olson <mwolson@gnu.org>
* configure.in (pkg-config-prog): Remove initial whitespace.
* configure: Regenerate.
2008-01-23 Tom Tromey <tromey@redhat.com>
* configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New
macros.
* configure.in (OPTION_DEFAULT_ON, OPTION_DEFAULT_OFF): New macros.
(EMACS_ARG_Y, EMACS_ARG_N): Remove.
Update all users.
...
...
configure.in
View file @
bf9a7ece
...
...
@@ -1771,18 +1771,14 @@ if test "${HAVE_GTK}" = "yes"; then
fi
dnl D-Bus has been tested under GNU/Linux only. Must be adapted for
dnl other platforms. Support for higher D-Bus versions
but
1.0 is
dnl other platforms. Support for higher D-Bus versions
than
1.0 is
dnl also not configured.
HAVE_DBUS=no
AC_MSG_CHECKING([maybe dbus])
if test "${with_dbus}" = "yes"; then
PKG_CHECK_MODULES(DBUS, dbus-1 >= 1.0, HAVE_DBUS=yes, HAVE_DBUS=no)
if test "$HAVE_DBUS" = yes; then
AC_DEFINE(HAVE_DBUS, 1, [Define to 1 if using D-Bus.])
fi
AC_MSG_RESULT($HAVE_DBUS)
else
AC_MSG_RESULT(no bub)
fi
### Link with -lXft if available to work around a bug.
...
...
@@ -2971,6 +2967,7 @@ echo " Does Emacs use a gif library? ${HAVE_GIF} $ac_
echo " Does Emacs use -lpng? ${HAVE_PNG}"
echo " Does Emacs use -lrsvg-2? ${HAVE_RSVG}"
echo " Does Emacs use -lgpm? ${HAVE_GPM}"
echo " Does Emacs use -ldbus? ${HAVE_DBUS}"
echo " Does Emacs use X toolkit scroll bars? ${USE_TOOLKIT_SCROLL_BARS}"
echo
...
...
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