Author: metze Date: 2005-08-05 23:11:00 +0000 (Fri, 05 Aug 2005) New Revision: 9148
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9148 Log: remove the aix stuff it didn't fix the build metze Modified: branches/SAMBA_4_0/source/build/m4/rewrite.m4 Changeset: Modified: branches/SAMBA_4_0/source/build/m4/rewrite.m4 =================================================================== --- branches/SAMBA_4_0/source/build/m4/rewrite.m4 2005-08-05 23:08:13 UTC (rev 9147) +++ branches/SAMBA_4_0/source/build/m4/rewrite.m4 2005-08-05 23:11:00 UTC (rev 9148) @@ -28,14 +28,6 @@ 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*)
