diff Resources/CMake/LibIconvConfiguration.cmake @ 2371:8ab3310dd4f7

fix openbsd build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 22 Aug 2017 23:33:21 +0200
parents 2aff870c2c58
children 741bb76634d3
line wrap: on
line diff
--- a/Resources/CMake/LibIconvConfiguration.cmake	Tue Aug 22 22:20:26 2017 +0200
+++ b/Resources/CMake/LibIconvConfiguration.cmake	Tue Aug 22 23:33:21 2017 +0200
@@ -79,7 +79,7 @@
     endif()
 
     # Check whether the support for libiconv is bundled within the
-    # standard library
+    # standard C library
     CHECK_FUNCTION_EXISTS(iconv_open HAVE_ICONV_LIB)
     if (NOT HAVE_ICONV_LIB)
       # No builtin support for libiconv, try and find an external library.