changeset 15130:f635710b3090

configure.ac: Add AM_PROG_CC_C_O check for Automake subdir-objects support in C compiler. * configure.ac: Add AM_PROG_CC_C_O check for Automake subdir-objects support in C compiler.
author Rik <rik@octave.org>
date Wed, 08 Aug 2012 10:41:31 -0700
parents dd0e355221c6
children 9087c2816136
files configure.ac
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Wed Aug 08 09:19:35 2012 -0700
+++ b/configure.ac	Wed Aug 08 10:41:31 2012 -0700
@@ -1880,6 +1880,9 @@
 ## Does the C compiler handle alloca() and const correctly?
 AC_FUNC_ALLOCA
 
+## Does the C compiler support Automake subdir-objects option?
+AM_PROG_CC_C_O 
+
 ### Checks for functions and variables.
 
 AC_CHECK_FUNCS(basename canonicalize_file_name \