From: Reto Buerki Date: Thu, 28 Nov 2013 08:37:55 +0000 (+0100) Subject: charon-tkm: Abort if gprbuild binary is not found X-Git-Tag: 5.1.2.dr2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d33df7ed518c7f35b423b6d0890cbfed1da4b658;p=thirdparty%2Fstrongswan.git charon-tkm: Abort if gprbuild binary is not found --- diff --git a/configure.ac b/configure.ac index a3fb712742..34836d6b65 100644 --- a/configure.ac +++ b/configure.ac @@ -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