*** empty log message ***

git-svn-id: http://yate.null.ro/svn/yate/trunk@747 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-04-11 23:59:28 +00:00
parent d94cf90a1d
commit 9e9c273fb9
1 changed files with 2 additions and 1 deletions

View File

@ -348,7 +348,8 @@ incpw="$ac_cv_use_pwlib/include/ptlib.h"
libpw="$ac_cv_use_pwlib/lib/libpt.so"
PWLIB_INC="-I$ac_cv_use_pwlib/include/ptlib"
# convert version into something comparable lexicographically
vpw=`echo "$verpw" | sed 's/\(^\|[[^1-9]]\)\([[0-9]]\)/\10\2/g'`
vsed='s/\(^\|\.\)\([[0-9]]\)\($\|\.\)/\10\2\3/g'
vpw=`echo "$verpw" | sed "$vsed" | sed "$vsed"`
if [[ "$vpw" '<' "01.06.00" ]]; then
PWLIB_INC="-I$ac_cv_use_pwlib/include/ptlib/unix/ptlib -I$ac_cv_use_pwlib/include/ptlib/unix $PWLIB_INC"
fi