3 # configuration is being done in a script because starting with GCC-3.2
4 # the compiler flags are changing too much between minor releases to detect
5 # with Makefile scripts alone. For now it just tells you if you have the
6 # prerequisite compilers.
12 if [ `arch` == i686
];
15 if [ -x /usr
/bin
/nasm
-o -x /usr
/local
/bin
/nasm
]; then HAVE_NASM
=y
; else HAVE_NASM
=n
; fi
17 if [ $HAVE_NASM == n
];
18 then echo " *** Nasm is required. Download it from nasm.sourceforge.net";
28 then echo "Configured successfully. Type 'make' to build it.";