Hi folks, I want to use snes9x with joystick support but get only: .. checking if the CPU is IA32... yes checking if the OS is Linux... no checking if the OS is HP-UX... no checking if the OS is FreeBSD... no <----- ATTENTION checking if the OS is MS Windows... no .. display system.... X11 joystick support.. no <----- ATTENTION using asm cores... yes So I decided to find out why the configure-script doesn't recognize FreeBSD, so I found out, that there is a possible mistake in the configure file with $LINENO which is not defined. I altered the corresponding line and everything works now. With best regards Andreas How-To-Repeat: make and have a look at: .. checking if the CPU is IA32... yes checking if the OS is Linux... no checking if the OS is HP-UX... no checking if the OS is FreeBSD... no <----- ATTENTION checking if the OS is MS Windows... no .. display system.... X11 joystick support.. no <----- ATTENTION using asm cores... yes
State Changed From-To: open->closed Committed, thanks! Nice catch.