1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 23:37:13 +00:00

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