- strict check for ast_custom_function

This commit is contained in:
MelwareDE 2005-10-09 13:57:03 +00:00
parent fce0c3e8e9
commit 39461de014
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ else
echo " * no 'AST_CONTROL_HOLD'"
fi
if grep -q "struct ast_custom_function" $INCLUDEDIR/pbx.h; then
if grep -q "struct ast_custom_function " $INCLUDEDIR/pbx.h; then
echo "#define CC_AST_CUSTOM_FUNCTION" >>$CONFIGFILE
echo " * found 'struct ast_custom_function'"
else