Use a slightly smarter/faster algorithm for getting the connection to esd.

* capplets/sound-properties/*.c: Use a slightly smarter/faster algorithm
for getting the connection to esd.
This commit is contained in:
Elliot Lee 1999-02-22 22:44:02 +00:00
parent bdc52b9957
commit b360db0ee6
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1999-02-22 Elliot Lee <sopwith@redhat.com>
* capplets/sound-properties/*.c: Use a slightly smarter/faster
algorithm for getting the connection to esd.
1999-02-22 Jonathan Blandford <jrb@redhat.com>
* capplets/background-properties/property-background.c: patch

View file

@ -47,6 +47,8 @@ apps, like panel, will not run properly.))
])])
AC_SUBST(DL_LIB)
AC_CHECK_FUNCS(usleep)
dnl keyboard-properties-capplet
AC_CHECK_HEADERS(X11/extensions/xf86misc.h, XF86MISC_LIBS="-lXxf86misc")
AC_SUBST(XF86MISC_LIBS)