Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Makefile parsing error occurs when GTest isn't found.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 1 Jan 2016 16:25:41 +0000 (16:25 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Fri, 1 Jan 2016 16:25:41 +0000 (16:25 +0000)
source/configure
source/configure.ac

index 6822e23..4712964 100755 (executable)
@@ -4961,7 +4961,7 @@ if test -z "$GTEST_FOUND_TRUE"; then :
   GTEST=`cat tests/test.commands`
 
 else
-  GTEST="echo \"Google Test was not found on the system.\""
+  GTEST="      @echo \"Google Test was not found on the system. Unable to build tests.\""
 
 fi
 if test -z "$GTEST_FOUND_TRUE"; then :
index d1a6ce8..ed9cdaf 100644 (file)
@@ -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])
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy