changeset 1147:06721d665ba6

[project @ 1995-02-26 22:13:23 by jwe]
author jwe
date Sun, 26 Feb 1995 22:13:23 +0000
parents b78e479dbf16
children 94523c9676de
files configure.in
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Feb 26 22:07:02 1995 +0000
+++ b/configure.in	Sun Feb 26 22:13:23 1995 +0000
@@ -21,7 +21,7 @@
 ### along with Octave; see the file COPYING.  If not, write to the Free
 ### Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_REVISION($Revision: 1.97 $)
+AC_REVISION($Revision: 1.98 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -74,7 +74,7 @@
 LIBINFO=
 if $USE_GNU_INFO; then
   LIBINFO=../info/libinfo.a
-else
+fi
 AC_SUBST(LIBINFO)
 
 ### Allow the user disable support for command line editing using GNU
@@ -88,7 +88,7 @@
 LIBREADLINE=
 if $USE_READLINE; then
   LIBREADLINE=../readline/libreadline.a
-else
+fi
 AC_SUBST(LIBREADLINE)
 
 ### some defaults