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