mirror of
https://github.com/simh/simh.git
synced 2026-04-19 09:19:40 +00:00
Fiix bug to now allow building of network capable simulators without network support (with appropriate warnings)
This commit is contained in:
2
makefile
2
makefile
@@ -306,8 +306,6 @@ ifeq ($(WIN32),) #*nix Environments (&& cygwin)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
LIBEXT = $(LIBEXTSAVE)
|
LIBEXT = $(LIBEXTSAVE)
|
||||||
else
|
|
||||||
$(error using libpcap: missing pcap.h)
|
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifneq (,$(findstring USE_NETWORK,$(NETWORK_CCDEFS))$(findstring USE_SHARED,$(NETWORK_CCDEFS)))
|
ifneq (,$(findstring USE_NETWORK,$(NETWORK_CCDEFS))$(findstring USE_SHARED,$(NETWORK_CCDEFS)))
|
||||||
|
|||||||
Reference in New Issue
Block a user