From 837e87fa8ee3663820323fef7e3e0f244ad7be83 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Mon, 7 Dec 1998 04:48:07 +0000 Subject: Fixed a typo --- unix/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unix/configure.in b/unix/configure.in index 71e15d5..42e452e 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,7 +3,7 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tk installation dnl to configure the system for the local environment. AC_INIT(../generic/tk.h) -# RCS: @(#) $Id: configure.in,v 1.22 1998/10/20 20:02:38 rjohnson Exp $ +# RCS: @(#) $Id: configure.in,v 1.23 1998/12/07 04:48:07 rjohnson Exp $ TK_VERSION=8.0 TK_MAJOR_VERSION=8 @@ -21,7 +21,7 @@ TK_SRC_DIR=`cd $srcdir/..; pwd` AC_PROG_RANLIB AC_ARG_ENABLE(gcc, [ --enable-gcc allow use of gcc if available], - [tk_ok=$enableval], [tkl_ok=no]) + [tk_ok=$enableval], [tk_ok=no]) if test "$tk_ok" = "yes"; then AC_PROG_CC else @@ -93,7 +93,7 @@ LIB_RUNTIME_DIR='${LIB_RUNTIME_DIR}' # search path to reflect this. if test "$TCL_EXEC_PREFIX" != "$exec_prefix"; then - LIB_RUNTIME_DIR="${LIB_RUNTIME_DIR}:${TCL_EXEC_PREFIX}" + LIB_RUNTIME_DIR="${LIB_RUNTIME_DIR}:${TCL_EXEC_PREFIX}/lib" fi #-------------------------------------------------------------------- -- cgit v0.12