summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2003-05-31 09:14:27 +0000
committersabetts <sabetts>2003-05-31 09:14:27 +0000
commit6945f4a9e5027303a81fefe9e88d14a9ed441370 (patch)
treed1fc1c6c6a83063f0063f29542c22824aa62590f
parent87e9bbd830f6bab5d344852d45e46ae71f5bc113 (diff)
downloadratpoison-6945f4a9e5027303a81fefe9e88d14a9ed441370.zip
check for usleep
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 40d9302..ab4236c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-05-31 Shawn Betts <sabetts@sfu.ca>
+
+ * configure.in: check for usleep
+
2003-05-28 Shawn Betts <sabetts@sfu.ca>
* src/completions.c (completions_complete): if direction is
diff --git a/configure.in b/configure.in
index c822424..961523c 100644
--- a/configure.in
+++ b/configure.in
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
dnl
-dnl $Id: configure.in,v 1.37 2003/05/27 07:51:03 sabetts Exp $
+dnl $Id: configure.in,v 1.38 2003/05/31 09:14:27 sabetts Exp $
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(ratpoison, 1.3.0-cvs)
@@ -91,7 +91,7 @@ AC_CHECK_HEADERS(unistd.h stdarg.h)
dnl Checks for typedefs, structures, and compiler characteristics.
dnl Checks for library functions.
-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf )
+AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
AC_TYPE_SIGNAL