mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 16:49:41 +02:00
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
|