Paul Davis
1c299d5a5c
git-svn-id: svn://localhost/ardour2/branches/3.0@3736 d708f5d6-7413-0410-9779-e7cbd77b26cf
9 lines
286 B
Plaintext
9 lines
286 B
Plaintext
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
|