diff options
author | monty@donna.mysql.com <> | 2000-12-16 04:35:17 +0200 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-12-16 04:35:17 +0200 |
commit | f9dcc70932c729df0d69c978854106ceef23e607 (patch) | |
tree | 7315204b80a6ad65b4afb4b8eac22de908df91bc /include | |
parent | 96f5b4f4fe00ee19a8a3df9153c39e526c29d100 (diff) | |
download | mariadb-git-f9dcc70932c729df0d69c978854106ceef23e607.tar.gz |
configure fix to get Linux to work with new large file system detection
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index f012d2744fd..4119b690031 100644 --- a/include/global.h +++ b/include/global.h @@ -41,6 +41,7 @@ /* Fix problem with S_ISLNK() on Linux */ #if defined(HAVE_LINUXTHREADS) +#undef _GNU_SOURCE #define _GNU_SOURCE 1 #endif |