Minor fix regarding RTTI mismatch reporting.

git-svn-id: http://voip.null.ro/svn/yate@67 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2004-09-26 00:46:43 +00:00
parent 58ec775731
commit b45ac35d1b
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ AC_SUBST(RTTI_OPT)
if [[ "x$HAVE_H323" != "xno" ]]; then
if [[ "x$USE_RTTI" != "x$PWLIB_RTTI" ]]; then
AC_ERROR([Miscmatched RTTI setting between Yate ($USE_RTTI) and pwlib ($PWLIB_RTTI)])
AC_MSG_WARN([Mismatched RTTI setting between Yate ($USE_RTTI) and pwlib ($PWLIB_RTTI)])
fi
fi