changeset 2030:7093bc725c63

[project @ 1996-03-25 20:43:06 by jwe]
author jwe
date Mon, 25 Mar 1996 20:43:06 +0000
parents 6929f7bcba77
children 1d249e745b33
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat Mar 23 11:14:38 1996 +0000
+++ b/configure.in	Mon Mar 25 20:43:06 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.176 $)
+AC_REVISION($Revision: 1.177 $)
 AC_PREREQ(2.0)
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -316,7 +316,7 @@
 
 case "$canonical_host_type" in
   *-*-solaris2*)
-    UBCLIB=/usr/ucblib/libucb.a
+    UCBLIB=/usr/ucblib/libucb.a
     if test -f $UCBLIB; then
       LIBS="-lc $UCBLIB $LIBS"
       AC_MSG_RESULT([adding $UCBLIB to LIBS])