remove sasl and put black vcs_checkout if on same line for older autoconf

pull/1/head
toddouska 2012-09-20 11:13:27 -07:00
parent 5fce4edb68
commit 3ef8f65229
2 changed files with 1 additions and 3 deletions

View File

@ -738,6 +738,5 @@ echo " * CPP Flags: $CPPFLAGS"
echo " * Assertions enabled: $ac_cv_assert"
echo " * Debug enabled: $with_debug"
echo " * Warnings as failure: $ac_cv_warnings_as_errors"
echo " * SASL support: $ac_enable_sasl"
echo ""
echo "---"

View File

@ -55,6 +55,5 @@ AC_DEFUN([AX_VCS_CHECKOUT],[
AS_IF([test -d ".git"],[ac_cv_vcs_checkout=yes])
])
AS_IF([test "$ac_cv_vcs_checkout" = yes], [
])
AS_IF([test "$ac_cv_vcs_checkout" = yes], [])
])