diff options
Diffstat (limited to 'source4/autogen.sh')
-rwxr-xr-x | source4/autogen.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 984831bf90..e5aa69776f 100755 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -63,11 +63,6 @@ $AUTOCONF $IPATHS || exit 1 rm -rf autom4te*.cache -if test x"${AUTOGEN_SKIP_SWAT}" != x"yes"; then - echo "$0: building Web Application Framework (SWAT)" - (cd ../webapps/swat && make distclean build || exit 1) -fi - echo "Now run ./configure and then make." exit 0 |