From b93326b9689d0ad935eed35f7cf5201ad04ac1ff Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 26 Jan 2012 09:23:23 +1100 Subject: s3-build: remove EXEEXT from Makefiles As far as I am aware, we do not actually build on any platforms that require this. The last Stratos VOS release on ftp://ftp.stratus.com/vos/samba/samba.html was 3.0.5 Andrew Bartlett --- examples/VFS/configure.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples') diff --git a/examples/VFS/configure.in b/examples/VFS/configure.in index 9e30197737..1c61853769 100644 --- a/examples/VFS/configure.in +++ b/examples/VFS/configure.in @@ -164,9 +164,6 @@ fi #LD=ld #AC_PROG_LD_GNU -#dnl look for executable suffix -#AC_EXEEXT - builddir=`pwd` AC_SUBST(builddir) -- cgit