test nasm also for x86 freebsd
authorFneufneu <fneufneu@xbmc.org>
Mon, 31 Jan 2011 19:38:45 +0000 (20:38 +0100)
committerspiff <spiff@xbmc.org>
Sat, 19 Mar 2011 08:17:52 +0000 (09:17 +0100)
configure.in

index 1a75049..6111929 100644 (file)
@@ -1081,7 +1081,7 @@ if test "$HAVE_ZIP" = "no" ; then
   AC_MSG_ERROR($missing_program)
 fi
 
-if test "$ARCH" = "i486-linux"; then
+if test "$ARCH" = "i486-linux" || test "$ARCH" = "x86-freebsd"; then
   AC_CHECK_PROG(HAVE_NASM,nasm,"yes","no",)
   if test "$HAVE_NASM" = "no" ; then
     AC_MSG_ERROR($missing_program)