Blame SOURCES/flac-nonasm.patch

8b8303
diff -up flac-1.3.2/configure.ac.nonasm flac-1.3.2/configure.ac
8b8303
--- flac-1.3.2/configure.ac.nonasm	2018-09-20 18:07:24.511716480 +0200
8b8303
+++ flac-1.3.2/configure.ac	2018-09-20 18:21:18.727824763 +0200
8b8303
@@ -377,7 +377,7 @@ if test x$have_clock_gettime = xyes; the
8b8303
 fi
8b8303
 
8b8303
 # only matters for x86
8b8303
-AC_CHECK_PROGS(NASM, nasm)
8b8303
+#AC_CHECK_PROGS(NASM, nasm)
8b8303
 AM_CONDITIONAL(FLaC__HAS_NASM, test -n "$NASM")
8b8303
 if test -n "$NASM" ; then
8b8303
 AC_DEFINE(FLAC__HAS_NASM)