From: Scott Wheeler Date: Fri, 10 Sep 2004 02:23:31 +0000 (+0000) Subject: Forgot this. Time to redo the tarballs. X-Git-Tag: v1.5~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f732d198f6eec12bddc3b536cfeec73759c3c2;p=taglib Forgot this. Time to redo the tarballs. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@345358 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/configure.in.bot b/configure.in.bot new file mode 100644 index 00000000..b3e513c0 --- /dev/null +++ b/configure.in.bot @@ -0,0 +1,8 @@ +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