1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Remove vestigal code from Makefile.linux-gcc. Ticket #2466. (CVS 4133)

FossilOrigin-Name: 338c18791006bac3709410087316700aad3b332f
This commit is contained in:
drh
2007-06-26 22:10:12 +00:00
parent 9ff802627a
commit 2f9ad1b47d
4 changed files with 10 additions and 17 deletions

View File

@ -114,12 +114,6 @@ READLINE_FLAGS =
LIBREADLINE =
#LIBREADLINE = -static -lreadline -ltermcap
#### Should the database engine assume text is coded as UTF-8 or iso8859?
#
# ENCODING = UTF8
ENCODING = ISO8859
#### Which "awk" program provides nawk compatibilty
#
# NAWK = nawk