# HG changeset patch # User Rik # Date 1344447691 25200 # Node ID f635710b309080f05fb13b483bafbd8f7fd9ce3a # Parent dd0e355221c612a6331d31675273a2683310c571 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. diff -r dd0e355221c6 -r f635710b3090 configure.ac --- 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 \