2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-02 06:55:16 +00:00

[master] Merge branch 'trac3627'

This commit is contained in:
Stephen Morris
2015-04-24 12:08:40 +01:00

View File

@@ -1135,7 +1135,7 @@ if test "x$enable_gtest" = "xyes" ; then
esac esac
fi fi
if test "$gtest_path" != "no" ; then if test "$gtest_path" != "no" ; then
if test "$gtest_path" != "yes"; then if test "$gtest_path" != "yes"; then
GTEST_PATHS=$gtest_path GTEST_PATHS=$gtest_path
if test -x "${gtest_path}/bin/gtest-config" ; then if test -x "${gtest_path}/bin/gtest-config" ; then