From 6ca919be615a2a6db1a3096e5068b9b9265ad28a Mon Sep 17 00:00:00 2001 From: Stefan Knoblich Date: Sat, 6 Nov 2010 18:12:27 +0100 Subject: [PATCH] ftmod_libpri: BRI Support requires libpri-1.4.12_beta1 or newer, add message to configure check --- libs/freetdm/configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/freetdm/configure.ac b/libs/freetdm/configure.ac index c27d1160dc..7589957999 100644 --- a/libs/freetdm/configure.ac +++ b/libs/freetdm/configure.ac @@ -215,7 +215,8 @@ then )], [AC_DEFINE([HAVE_LIBPRI_BRI], [1], [libpri has bri support]) 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}" fi