From b360db0ee6b2edeb8118a593c3d64a6256bb6fd6 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Mon, 22 Feb 1999 22:44:02 +0000 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ configure.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 938038c95..b5f472a8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-22 Elliot Lee + + * capplets/sound-properties/*.c: Use a slightly smarter/faster + algorithm for getting the connection to esd. + 1999-02-22 Jonathan Blandford * capplets/background-properties/property-background.c: patch diff --git a/configure.in b/configure.in index eee04c321..7fc13be5e 100644 --- a/configure.in +++ b/configure.in @@ -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)