From 263a652a1128bed3d29032cb30492c8386ae463e Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Fri, 18 Feb 2005 14:45:18 +0000 Subject: [PATCH] *** empty log message *** --- src/configure | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/configure b/src/configure index 6ef47092a..c553b7bc2 100755 --- a/src/configure +++ b/src/configure @@ -4638,13 +4638,6 @@ else LSP_LIBRARIES="${LSP_LIBRARIES} ${LIBPREFIX}cmp.${LIBEXT} sysfun.lsp" fi fi -if test ${tk} ; then - TKLIBS="-ltk -ltcl -lXpm @XLIBS@" - cat >>confdefs.h <<\_ACEOF -#define TK 1 -_ACEOF - -fi if test ${clx} ; then if test ${shared} = "yes" ; then @@ -5171,7 +5164,7 @@ else echo "$as_me:$LINENO: result: already installed" >&5 echo "${ECHO_T}already installed" >&6 fi - ac_config_files="$ac_config_files bare.lsp cmp/cmpcfg.lsp lsp/load.lsp clos/load.lsp cmp/load.lsp ../Makefile Makefile c/Makefile doc/Makefile doc/ecl.man tk/Makefile tests/Makefile ansi-tests/Makefile gabriel/Makefile" + ac_config_files="$ac_config_files bare.lsp cmp/cmpcfg.lsp lsp/load.lsp clos/load.lsp cmp/load.lsp ../Makefile Makefile c/Makefile doc/Makefile doc/ecl.man tests/Makefile ansi-tests/Makefile gabriel/Makefile" ac_config_files="$ac_config_files ecl-config.pre:util/ecl-config" @@ -5718,7 +5711,6 @@ do "c/Makefile" ) CONFIG_FILES="$CONFIG_FILES c/Makefile" ;; "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; "doc/ecl.man" ) CONFIG_FILES="$CONFIG_FILES doc/ecl.man" ;; - "tk/Makefile" ) CONFIG_FILES="$CONFIG_FILES tk/Makefile" ;; "tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;; "ansi-tests/Makefile" ) CONFIG_FILES="$CONFIG_FILES ansi-tests/Makefile" ;; "gabriel/Makefile" ) CONFIG_FILES="$CONFIG_FILES gabriel/Makefile" ;;