[Genabel-commits] r1372 - pkg/ProbABEL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 8 10:54:46 CET 2013


Author: lckarssen
Date: 2013-11-08 10:54:46 +0100 (Fri, 08 Nov 2013)
New Revision: 1372

Modified:
   pkg/ProbABEL/configure.ac
Log:
Disabled the autoconf check for malloc in ProbABEL's autoconf.ac. 
I found more info on this error at http://nerdland.net/unstumping-the-internet/malloc-has-not-been-declared/ but haven't had the time to fully read it. 


Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac	2013-11-08 04:32:04 UTC (rev 1371)
+++ pkg/ProbABEL/configure.ac	2013-11-08 09:54:46 UTC (rev 1372)
@@ -86,7 +86,8 @@
 
 # Checks for library functions.
 AC_FUNC_ERROR_AT_LINE
-AC_FUNC_MALLOC
+# Disabled the next line to make cross compiling for Windows work.
+#AC_FUNC_MALLOC
 AC_CHECK_FUNCS([pow putenv sqrt strdup strncasecmp floor])
 
 # Check if we can use large (>2GB) files on 32 bit platforms



More information about the Genabel-commits mailing list