--- Makefile.orig 2003-11-05 09:35:19.787583544 -0500 +++ Makefile 2003-11-05 09:35:26.617545232 -0500 @@ -6,9 +6,9 @@ HAVE_NASM := $(shell if [ -x /usr/bin/nasm -o -x /usr/local/bin/nasm ]; then echo y; else echo n; fi) -ifeq ($(HAVE_NASM), n) -$(error "Nasm is required. Download it from nasm.sourceforge.net.") -endif +#ifeq ($(HAVE_NASM), n) +#$(error "Nasm is required. Download it from nasm.sourceforge.net.") +#endif ifeq ($(origin CFLAGS), environment)