charon-tkm: Abort if gprbuild binary is not found

This commit is contained in:
Reto Buerki 2013-11-28 09:37:55 +01:00 committed by Tobias Brunner
parent 8416ebb628
commit d33df7ed51
1 changed files with 3 additions and 0 deletions

View File

@ -939,6 +939,9 @@ CFLAGS="$CFLAGS -include `pwd`/config.h"
if test x$tkm = xtrue; then
AC_PATH_PROG([GPRBUILD], [gprbuild], [], [$PATH:/bin:/usr/bin:/usr/local/bin])
if test x$GPRBUILD = x; then
AC_MSG_ERROR([gprbuild not found])
fi
fi
if test x$coverage = xtrue; then