summaryrefslogtreecommitdiff
path: root/client/Makefile.am
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2002-11-26 15:33:30 +0100
committerunknown <serg@serg.mysql.com>2002-11-26 15:33:30 +0100
commite0682e6b6319fc7ef691db8e2934f2f057746d8f (patch)
tree8ff57b8702878f6c5fd34dc5b2f4532b2d13b82e /client/Makefile.am
parentcb746b6ce98845d4f88495570def630c85ea1ea0 (diff)
downloadmariadb-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.am2
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