X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fconfigure.ac;h=3b75ca2ad54b761ea9d599011ff861f10e19a21d;hb=0a572071e9c08cfaa3e5d4f1beec9241d03d36a0;hp=d1a6ce8d90e385e3179d244b6d526a7ae9ead74c;hpb=e7eaa503e46395e1126c901b1ff0d25388259ba5;p=xestiaab%2F.git diff --git a/source/configure.ac b/source/configure.ac index d1a6ce8..3b75ca2 100644 --- a/source/configure.ac +++ b/source/configure.ac @@ -189,8 +189,8 @@ 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]) +AC_CONFIG_FILES([Makefile tests/Makefile]) AC_OUTPUT