[Genabel-commits] r1381 - pkg/ProbABEL

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 11 23:03:49 CET 2013


Author: lckarssen
Date: 2013-11-11 23:03:49 +0100 (Mon, 11 Nov 2013)
New Revision: 1381

Modified:
   pkg/ProbABEL/configure.ac
Log:
Minor code layout change in ProbABEL's configure.ac

Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac	2013-11-11 22:00:45 UTC (rev 1380)
+++ pkg/ProbABEL/configure.ac	2013-11-11 22:03:49 UTC (rev 1381)
@@ -40,7 +40,8 @@
 # Checks for header files.
 AC_FUNC_ALLOCA
 AC_CHECK_HEADERS([float.h inttypes.h libintl.h limits.h stddef.h \
-                          stdint.h stdlib.h string.h sys/param.h wchar.h wctype.h])
+                          stdint.h stdlib.h string.h sys/param.h \
+                          wchar.h wctype.h])
 
 
 # See if we want use of the Eigen library enabled (yes by default) and if so,



More information about the Genabel-commits mailing list