[Debburn-changes] r521 - cdrkit/trunk/include
Eduard Bloch
blade at alioth.debian.org
Wed Nov 29 00:18:13 CET 2006
Author: blade
Date: 2006-11-29 00:18:12 +0100 (Wed, 29 Nov 2006)
New Revision: 521
Modified:
cdrkit/trunk/include/CMakeLists.txt
Log:
I wanted to disable the warning, not the test for libiconv
Modified: cdrkit/trunk/include/CMakeLists.txt
===================================================================
--- cdrkit/trunk/include/CMakeLists.txt 2006-11-28 23:14:32 UTC (rev 520)
+++ cdrkit/trunk/include/CMakeLists.txt 2006-11-28 23:18:12 UTC (rev 521)
@@ -100,7 +100,7 @@
#include <iconv.h>
int main(int a, char **b) { iconv_t foo = iconv_open(b[0], b[0]); return(0); }
")
-#CHECK_C_SOURCE_COMPILES("${TESTSRC}" USE_LIBICONV)
+CHECK_C_SOURCE_COMPILES("${TESTSRC}" USE_LIBICONV)
#IF(NOT USE_LIBICONV)
# FIND_FILE(ICONV_H_LOCATION "iconv.h")
# IF(NOT "${ICONV_H_LOCATION}" EQUAL "/usr/include/iconv.h")
More information about the Debburn-changes
mailing list