diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-08-05 23:11:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:23 -0500 |
commit | 3c1851bdbace574273567a403886464837ae8033 (patch) | |
tree | 2fa60196d647c26e207d7ccdf811ea0171f25a7f | |
parent | 31fa87f23b68785665411ab49dee5f920b239a5c (diff) | |
download | samba-3c1851bdbace574273567a403886464837ae8033.tar.gz samba-3c1851bdbace574273567a403886464837ae8033.tar.bz2 samba-3c1851bdbace574273567a403886464837ae8033.zip |
r9148: remove the aix stuff it didn't fix the build
metze
(This used to be commit ff01807d731980ecc38264d6923f54cfae460878)
-rw-r--r-- | source4/build/m4/rewrite.m4 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4 index 0c338eaaf4..792b4bcba6 100644 --- a/source4/build/m4/rewrite.m4 +++ b/source4/build/m4/rewrite.m4 @@ -28,14 +28,6 @@ case "$host_os" in fi ;; # -# on AIX having _LARGE_FILES and _LARGE_FILE_API defined -# causes compile errors because function will declared 2 times -# with different prototypes -# - *aix*) - CPPFLAGS="$CPPFLAGS -D_POSIX_SOURCE" - ;; -# # VOS may need to have POSIX support and System V compatibility enabled. # *vos*) |