- better check for asterisk version 1.4 BUG#23

This commit is contained in:
MelwareDE 2006-11-26 17:20:23 +00:00
parent f33a143924
commit 2dc5e14116
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ if grep -q "ASTERISK_VERSION_NUM 0104" $INCLUDEDIR/version.h; then
echo " * found Asterisk version 1.4"
VER=1_4
else
if [ -f "$INCLUDEDIR/../asterisk.h" ]; then
if grep -q "ASTERISK_VERSION_NUM 99999" $INCLUDEDIR/version.h; then
echo "#define CC_AST_HAS_VERSION_1_4" >>$CONFIGFILE
echo " * assuming Asterisk version 1.4"
VER=1_4