1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-24 07:02:30 +01:00

Use a var for libPropList version in configure.in (easier to update).

This commit is contained in:
dan
2000-04-02 21:15:32 +00:00
parent cc22ef1f20
commit a5f7e65111

View File

@@ -533,12 +533,14 @@ if test "x$LIBPL" = "x"; then
exit 1
fi
WM_CHECK_PROPLIST_VERSION(0.10.1, goodlPL=yes, goodlPL=no)
lPLVersion="0.10.1"
WM_CHECK_PROPLIST_VERSION($lPLVersion, goodlPL=yes, goodlPL=no)
if test "$goodlPL" = no; then
echo
echo "ERROR!!! libPropList is an old version. Please consider upgrading"
echo " to at least version 0.10.1. Older versions have bugs that"
echo " to at least version ${lPLVersion}. Older versions have bugs that"
echo " may cause Window Maker to crash randomly."
echo " If your libPropList is older than 0.9.2 it will also prevent"
echo " Window Maker from compiling because new functions were"