Index: configure.ac ================================================================== --- configure.ac +++ configure.ac @@ -1922,11 +1922,13 @@ #if (!defined(TARGET_OS_IPHONE) || !TARGET_OS_IPHONE) && \ (!defined(TARGET_OS_SIMULATOR) || !TARGET_OS_SIMULATOR) egrep_cpp_yes #endif - ], [], [ + ], [ + AC_MSG_RESULT(yes) + ], [ AC_MSG_RESULT(no) have_subprocesses="no" ]) ;; mingw*)