mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@3736 d708f5d6-7413-0410-9779-e7cbd77b26cf
8 lines
286 B
Text
8 lines
286 B
Text
if test "x$have_zlib" = "xfalse"; then
|
|
echo "**************************************************"
|
|
echo "*"
|
|
echo "* You don't seem to have libz / zlib.h installed."
|
|
echo "* Compressed frames have been disabled."
|
|
echo "*"
|
|
echo "**************************************************"
|
|
fi
|