X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fconfigure.ac;h=ed9cdaf08d806c8a542b457bfc6ede7529457d18;hb=7eaabee120b68d2fb8fad317381435f4398a5e92;hp=d1a6ce8d90e385e3179d244b6d526a7ae9ead74c;hpb=e7eaa503e46395e1126c901b1ff0d25388259ba5;p=xestiaab%2F.git diff --git a/source/configure.ac b/source/configure.ac index d1a6ce8..ed9cdaf 100644 --- a/source/configure.ac +++ b/source/configure.ac @@ -189,7 +189,7 @@ AM_COND_IF([DEBUG], [echo "Debugging mode has been enabled."]) AM_CONDITIONAL([GTEST_FOUND], [test x$gtestfound = xyes]) AM_COND_IF([GTEST_FOUND], [AC_SUBST([GTEST], [`cat tests/test.commands`])], - [AC_SUBST([GTEST], ["echo \"Google Test was not found on the system.\""])]) + [AC_SUBST([GTEST], [" @echo \"Google Test was not found on the system. Unable to build tests.\""])]) AM_COND_IF([GTEST_FOUND], [echo "Google Test found on the system. Enabling Unit Tests."]); AC_CONFIG_FILES([Makefile])