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.7 by gbeauche, 2003-09-14T22:11:42Z vs.
Revision 1.8 by gbeauche, 2003-09-28T21:19:06Z

# Line 89 | Line 89 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
89      ])
90    ])
91    AC_CHECK_FUNCS(pthread_cancel)
92 +  if [[ "x$HAVE_PTHREADS" = "xyes" ]]; then
93 +    AC_DEFINE(HAVE_PTHREADS, 1, [Define if pthreads are available.])
94 +  fi
95   fi
96  
97   dnl If POSIX.4 semaphores are not available, we emulate them with pthread mutexes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines