diff options
author | unknown <monty@tik.mysql.fi> | 2002-03-05 15:46:30 +0200 |
---|---|---|
committer | unknown <monty@tik.mysql.fi> | 2002-03-05 15:46:30 +0200 |
commit | fc5ef361dcd91562f4e35613c66149341c3a81d3 (patch) | |
tree | c6069be49c4dde6952ca4a60d0897ab7d509c5b3 /configure.in | |
parent | fc6473fbca0730ab54ebb5068e43a662ede3ca03 (diff) | |
download | mariadb-git-fc5ef361dcd91562f4e35613c66149341c3a81d3.tar.gz |
Update scripts for new POSIX spec
Fix for --enable-local-infile
Portability fix for bison
bdb/dist/s_recover:
Update for new POSIX spec
configure.in:
Fix for --enable-local-infile
libmysql/libmysql.c:
Cleanup
mysql-test/mysql-test-run.sh:
Update for new POSIX spec
scripts/safe_mysqld.sh:
Update for new POSIX spec
sql-bench/server-cfg.sh:
Update for new POSIX spec
sql/sql_yacc.yy:
Portability fix for bison
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f11e2354dfd..0cd1bf8a145 100644 --- a/configure.in +++ b/configure.in @@ -591,6 +591,8 @@ AC_ARG_ENABLE(local-infile, [ ENABLED_LOCAL_INFILE=no ] ) +AC_SUBST(ENABLE_LOCAL_INFILE) + # Use Paul Eggerts macros from GNU tar to check for large file support. MYSQL_SYS_LARGEFILE |