ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/configure.in
(Generate patch)

Comparing SheepShaver/src/Unix/configure.in (file contents):
Revision 1.13 by gbeauche, 2003-12-04T22:28:40Z vs.
Revision 1.14 by gbeauche, 2004-01-04T18:36:47Z

# Line 48 | Line 48 | fi
48  
49   dnl We use mon if possible.
50   MONSRCS=
51 + case "x$WANT_MON" in
52 + x/* | x.*)
53 +  mon_srcdir=$WANT_MON
54 +  WANT_MON=yes
55 +  ;;
56 + yes)
57 +  mon_srcdir=../../../mon/src
58 +  ;;
59 + esac
60   if [[ "x$WANT_MON" = "xyes" ]]; then
61    AC_MSG_CHECKING(for mon)
53  mon_srcdir=../../../mon/src
62    if grep mon_init $mon_srcdir/mon.h >/dev/null 2>/dev/null; then
63      AC_MSG_RESULT(yes)
64      AC_DEFINE(ENABLE_MON)
# Line 97 | Line 105 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
105    if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then
106      AC_DEFINE(HAVE_PTHREADS, 1, [Define if pthreads are available.])
107    fi
108 + else
109 +  dnl We do have our own pthread_cancel() implementation
110 +  AC_DEFINE(HAVE_PTHREAD_CANCEL, 1, [Define if you have the pthread_cancel function.])
111   fi
112  
113   dnl If POSIX.4 semaphores are not available, we emulate them with pthread mutexes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines