summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-16 14:26:00 +0200
committerunknown <monty@donna.mysql.com>2000-12-16 14:26:00 +0200
commit77a3ea5103f73aac2e3c8868abb2c93c8d01184b (patch)
tree1b51ef155cbe56793f47118d59e7e635123a25a3 /configure.in
parent617acd7c2e4c9838c00fc998c4de72d51675aff3 (diff)
downloadmariadb-git-77a3ea5103f73aac2e3c8868abb2c93c8d01184b.tar.gz
Backed out the new LARGEFILE patch as it broked several things
acinclude.m4: Backed out the new LARGEFILE patch as it broked several things on Linux configure.in: Backed out the new LARGEFILE patch as it broked several things on Linux include/my_sys.h: Store names for temporary files sql/mysqld.cc: Fixed small problem with pid files
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 72da8882c06..5cf616d95eb 100644
--- a/configure.in
+++ b/configure.in
@@ -470,7 +470,8 @@ AC_ARG_WITH(mysqld-user,
)
AC_SUBST(MYSQLD_USER)
-# Use Paul Eggert's macros to check for large file support
+# Use Paul Eggerts macros from GNU tar to check for large file
+# support.
AC_SYS_LARGEFILE
# Types that must be checked AFTER large file support is checked