[Debburn-changes] r538 - cdrkit/trunk/include

Eduard Bloch blade at alioth.debian.org
Sat Dec 2 12:11:33 CET 2006


Author: blade
Date: 2006-12-02 12:11:33 +0100 (Sat, 02 Dec 2006)
New Revision: 538

Modified:
   cdrkit/trunk/include/CMakeLists.txt
Log:
Added check for HAVE_DYN_ARRAYS

Modified: cdrkit/trunk/include/CMakeLists.txt
===================================================================
--- cdrkit/trunk/include/CMakeLists.txt	2006-12-02 11:10:05 UTC (rev 537)
+++ cdrkit/trunk/include/CMakeLists.txt	2006-12-02 11:11:33 UTC (rev 538)
@@ -161,6 +161,13 @@
    }
 ")
 CHECK_C_SOURCE_COMPILES("${TESTSRC}" HAVE_MLOCKALL)
+SET(TESTSRC "
+int main(int argc, char **argv) {
+   int a[argc];
+   return 0;
+}
+")
+CHECK_C_SOURCE_COMPILES("${TESTSRC}" HAVE_DYN_ARRAYS)
 
 CONFIGURE_FILE( xconfig.h.in xconfig.h)
 




More information about the Debburn-changes mailing list