From: Eric Leblond Date: Thu, 15 Nov 2012 12:47:24 +0000 (+0100) Subject: configure: exit if luajit header are not found but build ask X-Git-Tag: suricata-1.4rc1~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e125869d306df18407e7f3e34cd7a4054e4e259f;p=thirdparty%2Fsuricata.git configure: exit if luajit header are not found but build ask --- diff --git a/configure.ac b/configure.ac index 1661b88866..0c7fe9a389 100644 --- a/configure.ac +++ b/configure.ac @@ -1301,6 +1301,14 @@ AC_INIT(configure.ac) AC_DEFINE([HAVE_LUAJIT],[1],[libluajit available]) enable_luajit="yes" + else + echo + echo " ERROR! libluajit headers not found, go get them" + echo " from http://luajit.org/index.html or your distribution:" + echo + echo " Ubuntu: apt-get install libluajit-5.1-dev" + echo + exit 1 fi fi