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.6 by gbeauche, 2003-09-07T14:21:20Z 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.
# Line 189 | Line 192 | else
192          ../kpx_cpu/src/cpu/ppc/ppc-cpu.cpp \
193          ../kpx_cpu/src/cpu/ppc/ppc-decode.cpp \
194          ../kpx_cpu/src/cpu/ppc/ppc-execute.cpp"
195 <  CPPFLAGS="$CPPFLAGS -I../kpx_cpu -I../kpx_cpu/include -I../kpx_cpu/src -I../kpx_cpu/src/cpu"
195 >  CPPFLAGS="$CPPFLAGS -I../kpx_cpu/include -I../kpx_cpu/src"
196   fi
197   SYSSRCS="$SYSSRCS $SEMSRCS $UISRCS $MONSRCS"
198  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines