]> granicus.if.org Git - taglib/commitdiff
Backport some comments from tablib2 branch.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 21 Dec 2015 04:54:02 +0000 (13:54 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 21 Dec 2015 04:54:02 +0000 (13:54 +0900)
ConfigureChecks.cmake
config.h.cmake

index 3d2632c03ad1b31f2a6dbf02ccfd31cc6aec0286..a9f9f17a3a510f1f7c38077b5a59d0f83c6669b3 100644 (file)
@@ -212,7 +212,7 @@ check_cxx_source_compiles("
   }
 " HAVE_ISO_STRDUP)
 
-# Check for libz using the cmake supplied FindZLIB.cmake
+# Determine whether zlib is installed.
 
 if(NOT ZLIB_SOURCE)
   find_package(ZLIB)
@@ -223,6 +223,8 @@ if(NOT ZLIB_SOURCE)
   endif()
 endif()
 
+# Determine whether CppUnit is installed.
+
 if(BUILD_TESTS AND NOT BUILD_SHARED_LIBS)
   find_package(CppUnit)
   if(NOT CppUnit_FOUND)
index 55affab6cc7e3996cdf5f6c86cacd80cc8e44f3a..7ac724108470f6f9aa80552da4a76a588c133569 100644 (file)
 #cmakedefine   HAVE_VSNPRINTF 1
 #cmakedefine   HAVE_VSPRINTF_S 1
 
-/* Defined if your compiler supports ISO _strdup. */
+/* Defined if your compiler supports ISO _strdup */
 #cmakedefine   HAVE_ISO_STRDUP 1
 
-/* Defined if you have libz */
+/* Defined if zlib is installed */
 #cmakedefine   HAVE_ZLIB 1
 
 /* Indicates whether debug messages are shown even in release mode */