bk: 555b0f4apedmWH2_44G79qR62-3pVQ
AM_CONDITIONAL([SAVECONFIG_ENABLED], [test x$ntp_saveconfig_enabled = x1])
AC_MSG_RESULT([$ntp_ok])
-NTP_UNITYTEST
+NTP_UNITYBUILD
dnl gtest is needed for our tests subdirs. It would be nice if we could
dnl require a C++ compiler only if we will use gtest, but AC_PROG_CXX
# Checks for library functions.
AC_CHECK_FUNCS([socket])
-NTP_UNITYTEST
+NTP_UNITYBUILD
# HMS: if we don't find c++ we should not look for gtest.
AC_PROG_CXX
NTP_GOOGLETEST
AC_DEFUN([NTP_UNITYBUILD], [
# We may not need have_unity
have_unity=false
-AC_PATH_PROG([ruby])
+AC_PATH_PROG([PATH_RUBY], [ruby])
case "$PATH_RUBY" in
/*)
have_unity=true