From b50cb44932cc492f50aedb37cd589f43f9d251bd Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 16 Jul 2002 23:32:16 +0000 Subject: [PATCH] cleaner nasm detection --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d4ee4816..e1e71a62 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CHECK_TOOL(AR, ar, :) AC_PROG_CC AC_PROG_CXX AC_STDC_HEADERS -AC_PATH_PROGS(NASM, nasmw nasm, no) +AC_PATH_PROGS(NASM, nasm nasmw, no) AC_C_BIGENDIAN AC_CYGWIN -- 2.39.2