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

Comparing BasiliskII/src/Unix/configure.ac (file contents):
Revision 1.1 by gbeauche, 2002-09-16T13:29:33Z vs.
Revision 1.2 by gbeauche, 2002-09-16T14:17:20Z

# Line 985 | Line 985 | AC_CHECK_HEADERS(ieee754.h ieeefp.h floa
985   for fpe in $FPE_CORE_TEST_ORDER; do
986    case $fpe in
987    ieee)
988 <    if echo "$ac_cv_c_float_format" | grep -q IEEE; then
988 >    case $ac_cv_c_float_format in
989 >    IEEE*)
990        FPE_CORE="IEEE fpu core"
991        DEFINES="$DEFINES -DFPU_IEEE"
992        FPUSRCS="../uae_cpu/fpu/fpu_ieee.cpp"
993        break
994 <    fi
994 >      ;;
995 >    esac
996      ;;
997    x86)
998      if [[ ":$HAVE_GCC27:$HAVE_I386:$HAVE_GAS:" = ":yes:yes:yes:" ]]; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines