From: Alan T. DeKok Date: Mon, 12 Nov 2012 13:19:33 +0000 (-0500) Subject: Check if libtool exists. X-Git-Tag: release_2_2_1~215 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=767b3e93f8a43ef5f49634b9f83c7e73b21b3d54;p=thirdparty%2Ffreeradius-server.git Check if libtool exists. --- diff --git a/Make.inc.in b/Make.inc.in index d4230397d12..5464b2e0e75 100644 --- a/Make.inc.in +++ b/Make.inc.in @@ -111,3 +111,7 @@ ifneq ($(SCAN),) CC := $(SCAN)/scan-build gcc -DFR_SCAN_BUILD LIBTOOL := endif + +ifeq "$(LIBTOOL)" "" +$(error Building FreeRADIUS requires libtool) +endif