Moved a macro from taglib_config.h to config.h

This commit is contained in:
Tsuda Kageyu
2013-06-10 01:19:47 +09:00
parent 2f29ed003c
commit 6d2e0e8050
4 changed files with 6 additions and 6 deletions

View File

@ -31,4 +31,7 @@
/* Defined if you have libz */
#cmakedefine HAVE_ZLIB 1
/* Indicates whether debug messages are shown even in release mode */
#cmakedefine TRACE_IN_RELEASE 1
#cmakedefine TESTS_DIR "@TESTS_DIR@"