Mercurial > hg > octave-nkf
diff configure.in @ 2030:7093bc725c63
[project @ 1996-03-25 20:43:06 by jwe]
author | jwe |
---|---|
date | Mon, 25 Mar 1996 20:43:06 +0000 |
parents | 80e51bd305c6 |
children | 86d6c42c192a |
line wrap: on
line diff
--- a/configure.in +++ b/configure.in @@ -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])