temporary fix to make mysql.cc to compile --with-readline

(thought it won't compile --without-readline)
preper fix is to follow...
This commit is contained in:
unknown 2002-11-26 15:33:30 +01:00
commit e0682e6b63

View file

@ -16,7 +16,7 @@
# This file is public domain and comes with NO WARRANTY of any kind
AUTOMAKE_OPTIONS = nostdinc
#AUTOMAKE_OPTIONS = nostdinc
INCLUDES = -I$(top_srcdir)/include $(openssl_includes)
LIBS = @CLIENT_LIBS@
LDADD = @CLIENT_EXTRA_LDFLAGS@ ../libmysql/libmysqlclient.la