X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=source3%2Fm4%2Fswat.m4;fp=source3%2Fm4%2Fswat.m4;h=0000000000000000000000000000000000000000;hp=cfff8fb3bb811bb03bdf3717586660cd7a360db7;hb=61a2ad3c020424cead067cbdc89ea6f25708fde4;hpb=a3a3086a2a35021bcf4dd4d3bcaeb51eb1b44a19 diff --git a/source3/m4/swat.m4 b/source3/m4/swat.m4 deleted file mode 100644 index cfff8fb3bb8..00000000000 --- a/source3/m4/swat.m4 +++ /dev/null @@ -1,27 +0,0 @@ -dnl -dnl Samba3 build environment SWAT configuration -dnl -dnl Copyright (C) Michael Adam 2008 -dnl -dnl Released under the GNU General Public License -dnl http://www.gnu.org/licenses/ -dnl - - -SWAT_SBIN_TARGETS='bin/swat' -SWAT_INSTALL_TARGETS=installswat - -AC_ARG_ENABLE(swat, -[AS_HELP_STRING([--enable-swat], [Build the SWAT tool (default=yes)])], -[ - case "$enable_swat" in - no) - SWAT_SBIN_TARGETS='' - SWAT_INSTALL_TARGETS='' - ;; - esac -]) - -AC_SUBST(SWAT_SBIN_TARGETS) -AC_SUBST(SWAT_INSTALL_TARGETS) -