summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>1998-04-24 23:36:04 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>1998-04-24 23:36:04 +0000
commit0935d604b5832e0b0c2860f0b368f7a35ecae29b (patch)
treebda641e5b49773e736cc862a57cd01c0f22aef56 /aclocal.m4
parentf1a5fa3c923e59008723e34f7b1ed7a6d2704854 (diff)
downloadguile-0935d604b5832e0b0c2860f0b368f7a35ecae29b.tar.gz
* scmsigs.c: Declare usleep as returning void on some systems.
(scm_usleep): Return SCM_INUM0 on those systems. * coop.c (usleep): Return void on some systems. * configure.in: Define USLEEP_RETURNS_VOID on some systems.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 41774b29e..fb03a8a90 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -622,6 +622,7 @@ dnl
dnl Set the appropriate flags!
dnl
cy_cv_threads_cflags="$CPPFLAGS $cy_cv_threads_cflags"
+ cy_cv_threads_libs="$LDFLAGS $LIBS $cy_cv_threads_libs"
cy_cv_threads_package=$threads_package
CPPFLAGS="$saved_CPP"
LDFLAGS="$saved_LD"