diff options
author | monty@donna.mysql.com <> | 2001-02-20 22:34:47 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2001-02-20 22:34:47 +0200 |
commit | 8e4968d9c727107dfd3621550d5cf2394d40bd57 (patch) | |
tree | f87e7ff2aa4e7016660a9275fe538c9ce99b6dfe /innobase/configure.in | |
parent | d25308e4dce3b0f40dbb04c9f26280139035c747 (diff) | |
download | mariadb-git-8e4968d9c727107dfd3621550d5cf2394d40bd57.tar.gz |
Added max_user_connections
Fixes for Innobase
Don't reset whole to-buffer in strxnmov
Diffstat (limited to 'innobase/configure.in')
-rw-r--r-- | innobase/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/innobase/configure.in b/innobase/configure.in index 1289f881344..ba95df0cc8c 100644 --- a/innobase/configure.in +++ b/innobase/configure.in @@ -1,5 +1,6 @@ # Process this file with autoconf to produce a configure script -AC_INIT(./os/os0file.c) +AC_INIT +AM_MAINTAINER_MODE AM_CONFIG_HEADER(ib_config.h) AM_INIT_AUTOMAKE(ib, 0.90) AC_PROG_CC |