summaryrefslogtreecommitdiff
path: root/config/ac-macros
diff options
context:
space:
mode:
authorunknown <tsmith@ramayana.hindu.god>2007-08-01 18:30:55 -0600
committerunknown <tsmith@ramayana.hindu.god>2007-08-01 18:30:55 -0600
commit159da8b824f1aa95982086bf7045a5bbacd12d7e (patch)
treeaca1c1c69302fdd9c01d3b37c6df40b1c6485174 /config/ac-macros
parent46d5ebb120f17e9e2ad1490d1e572a3b0cd145bf (diff)
parent9436e186edaf383f9e9d78680478caa91aba89cd (diff)
downloadmariadb-git-159da8b824f1aa95982086bf7045a5bbacd12d7e.tar.gz
Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into ramayana.hindu.god:/home/tsmith/m/bk/maint/50 configure.in: Auto merged
Diffstat (limited to 'config/ac-macros')
-rw-r--r--config/ac-macros/large_file.m411
1 files changed, 3 insertions, 8 deletions
diff --git a/config/ac-macros/large_file.m4 b/config/ac-macros/large_file.m4
index 00c2fdf614e..2639cec5fb7 100644
--- a/config/ac-macros/large_file.m4
+++ b/config/ac-macros/large_file.m4
@@ -127,14 +127,9 @@ AC_DEFUN([MYSQL_SYS_LARGEFILE],
hpux10.[2-9][0-9]* | hpux1[1-9]* | hpux[2-9][0-9]*)
ac_cv_sys_largefile_source=1 ;;
esac])
- AC_SYS_LARGEFILE_MACRO_VALUE(_LARGE_FILES,
- ac_cv_sys_large_files,
- [Large files support on AIX-style hosts.],
- [case "$host_os" in
- # AIX 4.2 and later
- aix4.[2-9]* | aix4.1[0-9]* | aix[5-9].* | aix[1-9][0-9]*)
- ac_cv_sys_large_files=1 ;;
- esac])
+
+ # AIX 4.2 and later -- do nothing, include standards.h instead.
+ # this goes for both GNU and IBM C and C++ compilers.
fi
])