Index: aclocal.m4 =================================================================== RCS file: /cvs/octave/aclocal.m4,v retrieving revision 1.105 diff -u -r1.105 aclocal.m4 --- aclocal.m4 14 Jun 2007 17:04:52 -0000 1.105 +++ aclocal.m4 23 Aug 2007 07:12:25 -0000 @@ -487,7 +487,6 @@ gp_default=gnuplot ;; esac -GNUPLOT_HAS_FRAMES=1 if test "$cross_compiling" = yes; then AC_MSG_RESULT(assuming $GNUPLOT_BINARY exists on $canonical_host_type host) AC_MSG_RESULT(assuming $GNUPLOT_BINARY supports multiple frams) @@ -501,13 +500,6 @@ else AC_MSG_RESULT([no]) fi - AC_MSG_CHECKING([to see if your gnuplot supports multiple plot windows]) - if test -z "`echo 'set term x11 2' | $GNUPLOT_BINARY 2>&1`"; then - AC_MSG_RESULT([yes]) - else - GNUPLOT_HAS_FRAMES= - AC_MSG_RESULT([no]) - fi else warn_gnuplot=yes