From 98e21eb8633b31b006671735602df08d3f073261 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Tue, 27 May 2014 11:10:16 +0200 Subject: build: Allow to build astraceroute and flowtop without GeoIP support Both tools are already prepared to handle NULL return values of the geoip_* lookup functions, so we might as well build them without geoip support if not needed/present. Signed-off-by: Tobias Klauser --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3bda0e0..d9cebff 100755 --- a/configure +++ b/configure @@ -303,8 +303,6 @@ EOF if [ ! -x $TMPDIR/geoiptest ] ; then echo "[NO]" MISSING_DEFS=1 - tools_remove "astraceroute" - tools_remove "flowtop" else echo "[YES]" HAVE_LIBGEOIP=1 -- cgit v1.2.3-54-g00ecf