summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-05-27 02:47:04 +0300
committerunknown <monty@mysql.com>2004-05-27 02:47:04 +0300
commit1d03d1629d64801681238152800bec49c4472afd (patch)
tree083c718355822147dff4849df70df9516573bb18 /configure.in
parentcc24ac7079827af1290a87ca0d5ce817329a9f6b (diff)
downloadmariadb-git-1d03d1629d64801681238152800bec49c4472afd.tar.gz
netware files should always be in 'make dist'
use opt_net_buffer_length instead of net_buffer_length Makefile.am: netware files should always be in 'make dist' client/mysqldump.c: use opt_net_buffer_length instead of net_buffer_length configure.in: netware files should always be in 'make dist' netware/Makefile.am: netware files should always be in 'make dist'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7a1d2228961..29a887076ac 100644
--- a/configure.in
+++ b/configure.in
@@ -2482,6 +2482,7 @@ if expr "$SYSTEM_TYPE" : ".*netware.*" > /dev/null; then
fi
AC_SUBST(netware_dir)
AC_SUBST(linked_netware_sources)
+AM_CONDITIONAL(HAVE_NETWARE, test "$netware_dir" = "netware")
if test "$with_server" = "yes" -o "$THREAD_SAFE_CLIENT" != "no"
then