Fiix bug to now allow building of network capable simulators without network support (with appropriate warnings)

This commit is contained in:
Mark Pizzolato 2013-04-14 12:16:35 -07:00
parent 4bd72e666c
commit 6f8349bcec

View file

@ -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)))