diff options
author | unknown <serg@serg.mysql.com> | 2002-11-26 15:33:30 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-11-26 15:33:30 +0100 |
commit | e0682e6b6319fc7ef691db8e2934f2f057746d8f (patch) | |
tree | 8ff57b8702878f6c5fd34dc5b2f4532b2d13b82e /client/Makefile.am | |
parent | cb746b6ce98845d4f88495570def630c85ea1ea0 (diff) | |
download | mariadb-git-e0682e6b6319fc7ef691db8e2934f2f057746d8f.tar.gz |
temporary fix to make mysql.cc to compile --with-readline
(thought it won't compile --without-readline)
preper fix is to follow...
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 530e82ecae2..92c46519275 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -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 |