changeset 1397:79fa3ca52a05

[project @ 1995-09-14 20:54:54 by jwe]
author jwe
date Thu, 14 Sep 1995 20:54:54 +0000
parents 1ff9a86e2ad5
children ce26e54112b0
files configure.in
diffstat 1 files changed, 7 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Sep 14 19:46:14 1995 +0000
+++ b/configure.in	Thu Sep 14 20:54:54 1995 +0000
@@ -20,7 +20,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-AC_REVISION($Revision: 1.133 $)
+AC_REVISION($Revision: 1.134 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -98,9 +98,12 @@
 
 ### Allow the user disable support for plplot.
 
-PLPLOT_DIR=plplot
-USE_PLPLOT=true
-LIBPLPLOT=../plplot/libplplot.a
+# USE_PLPLOT=true
+# PLPLOT_DIR=plplot
+# LIBPLPLOT=../plplot/libplplot.a
+USE_PLPLOT=false
+PLPLOT_DIR=""
+LIBPLPLOT=""
 AC_ARG_ENABLE(plplot,
   [  --enable-plplot         use plplot for plotting (default is yes)],
   [if test $enableval = no; then