Add phone number cleanup functions, unit tests and panel configuration

This commit is contained in:
Emmanuel Milou
2009-04-10 18:22:34 -04:00
parent 7ad45ed784
commit cbca941cbb
12 changed files with 404 additions and 24 deletions

View File

@ -311,12 +311,6 @@ AS_IF([test "x$with_speex" != xno],
]
dnl More advanced check in case the libspeexdsp is not installed
AC_SEARCH_LIBS(speex_preprocess_run, speexdsp, HAVE_SPEEXDSP="yes", HAVE_SPEEXDSP="no", [])
if test $HAVE_SPEEXDSP="no"; then
echo $HAVE_SPEEXDSP;
AC_MSG_WARN([The silence detection in speex could not have been enabled])
fi
)
AC_DEFINE([HAVE_SPEEX], test "x$with_speex" = "xyes", [Define if you have libspeex])