summaryrefslogtreecommitdiff
blob: 73acfc29c2701b1a6ef9fcf259eb3e270b60f3c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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)