Группа :: Сети/Чат
Пакет: gnomemeeting
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: gnomemeeting-1.2.1-fix-quicknet.patch
--- gnomemeeting-1.2.1-orig/configure.in 2005-03-09 11:59:57.952635376 +0000
+++ gnomemeeting-1.2.1/configure.in 2005-03-09 12:00:18.145565584 +0000
@@ -301,8 +301,8 @@
AC_MSG_CHECKING(for Quicknet support in OpenH323);
OPENH323_IXJ_SUPPORT=`cat ${with_openh323_dir}/include/openh323/openh323buildopts.h | grep "HAS_IXJ 1" | cut -f2 -d ' '`
if test "x${OPENH323_IXJ_SUPPORT}" != "x1"; then
- AC_MSG_RESULT(no);
- AC_MSG_ERROR(Sorry but the OpenH323 version you are using doesn't support Quicknet devices);
+ AC_MSG_RESULT(yes);
+ HAS_IXJ="enabled";
else
AC_MSG_RESULT(yes);
HAS_IXJ="enabled";