mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Set gmock_root to gmock_src_path if the latter is detected.
Otherwise configure thinks gmock isn't installed.
This commit is contained in:
parent
725622f613
commit
90f0d9952c
@ -879,8 +879,9 @@ if test x$enable_google_test = xyes; then
|
|||||||
elif test "x$ac_cv_file__usr_src_gmock_gmock_all_cc" = xyes; then
|
elif test "x$ac_cv_file__usr_src_gmock_gmock_all_cc" = xyes; then
|
||||||
ac_cv_gmock_src_path="/usr/src/gmock"
|
ac_cv_gmock_src_path="/usr/src/gmock"
|
||||||
else
|
else
|
||||||
ac_cv_gmock_root=""
|
ac_cv_gmock_src_path=""
|
||||||
fi
|
fi
|
||||||
|
ac_cv_gmock_root="$ac_cv_gmock_src_path"
|
||||||
else
|
else
|
||||||
ac_cv_gmock_root=""
|
ac_cv_gmock_root=""
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user