git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4719 689a6050-402a-0410-94f2-e92a70836424
@@ -25,7 +25,7 @@ source include/database
CFG=13.cfg
-if ! (check_kamailio && check_module "carrierroute" ); then
+if ! (check_kamailio && check_module "carrierroute" && check_module "db_mysql" && check_mysql); then
exit 0
fi ;
@@ -23,7 +23,7 @@ source include/common
source include/require
source include/database
-if ! (check_sipp && check_kamailio); then
+if ! (check_sipp && check_kamailio && check_module "db_mysql" && check_mysql); then
-if ! (check_kamailio && check_module "carrierroute"); then