From 6f8349bcec4b71ccfd9d0b4606769fc3ba5402d2 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Sun, 14 Apr 2013 12:16:35 -0700 Subject: [PATCH] Fiix bug to now allow building of network capable simulators without network support (with appropriate warnings) --- makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefile b/makefile index 37239a2a..2c39026d 100644 --- a/makefile +++ b/makefile @@ -306,8 +306,6 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin) endif endif LIBEXT = $(LIBEXTSAVE) - else - $(error using libpcap: missing pcap.h) endif endif ifneq (,$(findstring USE_NETWORK,$(NETWORK_CCDEFS))$(findstring USE_SHARED,$(NETWORK_CCDEFS)))