summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-10-21 09:32:14 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-17 23:50:19 +0200
commite5b75ecd7efb550bac974ce6968f022aa2a19d69 (patch)
treedf2479991380b57f0cf75ff69c2aa9643a81c63b /configure.in
parenta521aa9beb2e0ebba012ce34af93d0280eec6321 (diff)
2002-10-21 Roland McGrath <roland@frob.com>
* configure.in: Check for oskit/dev/stream.h. * configure, config.h.in: Regenerated. * oskit/ds_routines.c (dev_open_com): Query for an oskit_streamdev_t and open it.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 89a3b199..41e9280b 100644
--- a/configure.in
+++ b/configure.in
@@ -96,6 +96,8 @@ else
AC_MSG_RESULT([yes, ok])
fi
+AC_CHECK_HEADERS(oskit/dev/stream.h)
+
AC_SUBST(SMP_LIBS)SMP_LIBS=
if test $MAXCPUS -gt 1; then
AC_CHECK_LIB(oskit_smp, smp_init, [SMP_LIBS=-loskit_smp], [