mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Fix check for current Expat version
This commit is contained in:
parent
a657a6d2f6
commit
0a5eda0777
@ -189,7 +189,7 @@ check_configured_dep_vsns()
|
|||||||
'zlib-\([1-9][0-9.]*\)\.tar\.gz'
|
'zlib-\([1-9][0-9.]*\)\.tar\.gz'
|
||||||
check_vsn 'Expat' "$expat_vsn" \
|
check_vsn 'Expat' "$expat_vsn" \
|
||||||
'https://github.com/libexpat/libexpat/releases' \
|
'https://github.com/libexpat/libexpat/releases' \
|
||||||
'[0-9]\]\([1-9][0-9.]*\)'
|
'\([1-9]\.[0-9]*\.[0-9]*\)'
|
||||||
check_vsn 'Termcap' "$termcap_vsn" \
|
check_vsn 'Termcap' "$termcap_vsn" \
|
||||||
'https://ftp.gnu.org/gnu/termcap/' \
|
'https://ftp.gnu.org/gnu/termcap/' \
|
||||||
'termcap-\([1-9][0-9.]*\)\.tar\.gz'
|
'termcap-\([1-9][0-9.]*\)\.tar\.gz'
|
||||||
|
Loading…
Reference in New Issue
Block a user