+echo $ac_n "checking "for apple_ieee"""... $ac_c" 1>&6
+echo "configure:4777: checking "for apple_ieee"" >&5
+# Check whether --with-apple_ieee or --without-apple_ieee was given.
+if test "${with_apple_ieee+set}" = set; then
+ withval="$with_apple_ieee"
+ if test "x$with_apple_ieee" = xyes; then
+ ac_cv_use_apple_ieee='USE_APPLE_IEEE="1"'
+else
+ ac_cv_use_apple_ieee='USE_APPLE_IEEE="0"'
+fi
+else
+
+ LINE=`grep "USE_APPLE_IEEE" ${OSTYPE}.system.cache`
+ if test "x$LINE" != x ; then
+ eval "DEFAULT_$LINE"
+ fi
+ ac_cv_use_apple_ieee='USE_APPLE_IEEE='$DEFAULT_USE_APPLE_IEEE
+
+fi
+
+eval "$ac_cv_use_apple_ieee"
+echo $ac_cv_use_apple_ieee >> ${OSTYPE}.system.cache.tmp
+if test "$USE_APPLE_IEEE" = 1; then
+ echo "$ac_t""yes" 1>&6
+else
+ echo "$ac_t""no" 1>&6
+fi
+
+
+