ftmod_libpri: BRI Support requires libpri-1.4.12_beta1 or newer, add message to configure check

This commit is contained in:
Stefan Knoblich 2010-11-06 18:12:27 +01:00
parent 30fb69bbab
commit 6ca919be61
1 changed files with 2 additions and 1 deletions

View File

@ -215,7 +215,8 @@ then
)], )],
[AC_DEFINE([HAVE_LIBPRI_BRI], [1], [libpri has bri support]) [AC_DEFINE([HAVE_LIBPRI_BRI], [1], [libpri has bri support])
AC_MSG_RESULT([yes])], AC_MSG_RESULT([yes])],
[AC_MSG_RESULT([no])] [AC_MSG_RESULT([no])
AC_MSG_NOTICE([You will need libpri-1.4.12_beta1 or newer for BRI support])]
) )
LIBS="${save_LIBS}" LIBS="${save_LIBS}"
fi fi