diff configure.in @ 7934:5a156ab94dd2

Add octave_mutex class
author John W. Eaton <jwe@octave.org>
date Wed, 16 Jul 2008 14:26:18 -0400
parents d74f996e005d
children 6661387827d6
line wrap: on
line diff
--- a/configure.in	Wed Jul 16 14:21:24 2008 -0400
+++ b/configure.in	Wed Jul 16 14:26:18 2008 -0400
@@ -1379,7 +1379,7 @@
 
 AC_CHECK_HEADERS(assert.h curses.h direct.h dlfcn.h fcntl.h float.h \
   floatingpoint.h grp.h ieeefp.h inttypes.h limits.h locale.h memory.h nan.h \
-  ncurses.h poll.h pwd.h stdint.h stdlib.h string.h sunmath.h sys/ioctl.h \
+  ncurses.h poll.h pthread.h pwd.h stdint.h stdlib.h string.h sunmath.h sys/ioctl.h \
   sys/param.h sys/poll.h sys/resource.h sys/select.h sys/stat.h \
   sys/time.h sys/times.h sys/types.h sys/utsname.h sys/utime.h termcap.h \
   unistd.h utime.h varargs.h)