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

Comparing SheepShaver/src/Unix/configure.ac (file contents):
Revision 1.26 by gbeauche, 2005-06-22T12:32:32Z vs.
Revision 1.28 by gbeauche, 2005-06-22T16:38:15Z

# Line 346 | Line 346 | AC_CHECK_FUNCS(nanosleep)
346   AC_CHECK_FUNCS(sigaction signal)
347   AC_CHECK_FUNCS(mmap mprotect munmap)
348   AC_CHECK_FUNCS(vm_allocate vm_deallocate vm_protect)
349 AC_CHECK_FUNCS(posix_memalign memalign valloc)
349   AC_CHECK_FUNCS(exp2f log2f exp2 log2)
350   AC_CHECK_FUNCS(floorf roundf ceilf truncf floor round ceil trunc)
351  
# Line 1239 | Line 1238 | if [[ "x$EMULATED_PPC" = "xyes" ]]; then
1238            done
1239          fi
1240        fi
1241 <      if [[ -z "$DYNGEN_CC" ]] || ! { echo '#include <limits>' | $DYNGEN_CC -xc++ -c -o /dev/null - >& /dev/null; }; then
1241 >      if [[ -z "$DYNGEN_CC" ]]; then
1242          ac_cv_use_dyngen=no
1243        fi
1244      ])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines