Myddas disable by default...

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1559 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
rslopes 2006-03-07 11:06:40 +00:00
parent cf669ee72b
commit 6a222d7b53
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -2452,7 +2452,7 @@ if test "${with_myddas+set}" = set; then
CPPFLAGS="$CPPFLAGS -I${yap_cv_myddas}/include"
fi
else
yap_cv_myddas=yes
yap_cv_myddas=no
fi;
# Check whether --enable-myddas-stats or --disable-myddas-stats was given.

View File

@ -109,7 +109,7 @@ AC_ARG_WITH(myddas,
LDFLAGS="$LDFLAGS -L${yap_cv_myddas}/lib"
CPPFLAGS="$CPPFLAGS -I${yap_cv_myddas}/include"
fi,
[yap_cv_myddas=yes])
[yap_cv_myddas=no])
AC_ARG_ENABLE(myddas-stats,
[ --enable-myddas-stats enable the MYDDAS library statistics support],