--- mysql-gui-common/tools/grtsh/Makefile.in 2007-01-04 12:50:49.803648440 +0000 +++ mysql-gui-common/tools/grtsh/Makefile.in 2007-01-04 12:53:07.081778992 +0000 @@ -239,11 +239,11 @@ #agentest_SOURCES= agentest.cc @BUILD_NEWT_TRUE@newt_libs = $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\ @BUILD_NEWT_TRUE@ $(top_builddir)/library/generic-runtime/newt/libmnewt.a \ -@BUILD_NEWT_TRUE@ @SLANG_LIB@ -ltermcap -lncurses +@BUILD_NEWT_TRUE@ @SLANG_LIB@ -lncurses @BUILD_NEWT_TRUE@newt_flag = -DENABLE_TEXTUI @BUILD_FASTCGI_TRUE@fcgi_libs = -lfcgi -@USE_READLINE_TRUE@rl_libs = -lncurses -lreadline -lhistory -ltermcap +@USE_READLINE_TRUE@rl_libs = -lncurses -lreadline -lhistory @USE_READLINE_TRUE@grtsh_CPPFLAGS = -DUSE_READLINE INCLUDES = -I$(top_srcdir)/library/grt-modules/include\ -I$(top_srcdir)/library/base-library/include \ --- mysql-gui-common/tools/grtsh/Makefile.am 2007-01-04 12:57:35.825923672 +0000 +++ mysql-gui-common/tools/grtsh/Makefile.am 2007-01-04 12:59:14.395938752 +0000 @@ -9,7 +9,7 @@ if BUILD_NEWT newt_libs= $(top_builddir)/library/generic-runtime/source/.libs/libgrttextui.a\ $(top_builddir)/library/generic-runtime/newt/libmnewt.a \ - @SLANG_LIB@ -ltermcap -lncurses + @SLANG_LIB@ -lncurses newt_flag= -DENABLE_TEXTUI endif @@ -18,7 +18,7 @@ endif if USE_READLINE -rl_libs=-lncurses -lreadline -lhistory -ltermcap +rl_libs=-lncurses -lreadline -lhistory grtsh_CPPFLAGS=-DUSE_READLINE endif