diff --git a/configure b/configure index bfebc118c6..d490beb58f 100755 --- a/configure +++ b/configure @@ -22663,9 +22663,9 @@ fi done - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing cmocka_run_group_tests" >&5 -$as_echo_n "checking for library containing cmocka_run_group_tests... " >&6; } -if ${ac_cv_search_cmocka_run_group_tests+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing cmocka_set_message_output" >&5 +$as_echo_n "checking for library containing cmocka_set_message_output... " >&6; } +if ${ac_cv_search_cmocka_set_message_output+:} false; then : $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS @@ -22678,11 +22678,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext #ifdef __cplusplus extern "C" #endif -char cmocka_run_group_tests (); +char cmocka_set_message_output (); int main () { -return cmocka_run_group_tests (); +return cmocka_set_message_output (); ; return 0; } @@ -22695,25 +22695,25 @@ for ac_lib in '' cmocka; do LIBS="-l$ac_lib $ac_func_search_save_LIBS" fi if ac_fn_c_try_link "$LINENO"; then : - ac_cv_search_cmocka_run_group_tests=$ac_res + ac_cv_search_cmocka_set_message_output=$ac_res fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext - if ${ac_cv_search_cmocka_run_group_tests+:} false; then : + if ${ac_cv_search_cmocka_set_message_output+:} false; then : break fi done -if ${ac_cv_search_cmocka_run_group_tests+:} false; then : +if ${ac_cv_search_cmocka_set_message_output+:} false; then : else - ac_cv_search_cmocka_run_group_tests=no + ac_cv_search_cmocka_set_message_output=no fi rm conftest.$ac_ext LIBS=$ac_func_search_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_cmocka_run_group_tests" >&5 -$as_echo "$ac_cv_search_cmocka_run_group_tests" >&6; } -ac_res=$ac_cv_search_cmocka_run_group_tests +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_cmocka_set_message_output" >&5 +$as_echo "$ac_cv_search_cmocka_set_message_output" >&6; } +ac_res=$ac_cv_search_cmocka_set_message_output if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" diff --git a/configure.in b/configure.in index efd60b0807..b5b3a24a5b 100644 --- a/configure.in +++ b/configure.in @@ -4569,7 +4569,7 @@ AS_CASE([$with_cmocka], #include #include ]) - AC_SEARCH_LIBS([cmocka_run_group_tests], + AC_SEARCH_LIBS([cmocka_set_message_output], [cmocka], [ CMOCKA_CFLAGS="-Iwith_cmocka/include"