diff configure.in @ 2421:d64502c62840

[project @ 1996-10-18 18:45:26 by jwe]
author jwe
date Fri, 18 Oct 1996 18:45:40 +0000
parents c9414fdce59b
children 2f50b24ce84f
line wrap: on
line diff
--- a/configure.in	Wed Oct 16 18:46:26 1996 +0000
+++ b/configure.in	Fri Oct 18 18:45:40 1996 +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.218 $)
+AC_REVISION($Revision: 1.219 $)
 AC_PREREQ(2.9)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -167,8 +167,8 @@
 dnl if $USE_PLPLOT; then
 dnl   AC_DEFINE(USE_PLPLOT, 1)
 dnl fi
-dnl AC_SUBST(LIBPLPLOT)
-dnl AC_SUBST(PLPLOT_DIR)
+AC_SUBST(LIBPLPLOT)
+AC_SUBST(PLPLOT_DIR)
 
 ### Allow the user disable support for command line editing using GNU
 ### readline.