mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
9 lines
286 B
Text
9 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
|