--- configure.ac.orig 2004-05-05 15:44:04.000000000 -0700 +++ configure.ac 2004-05-05 15:45:37.000000000 -0700 @@ -118,8 +118,9 @@ [AC_MSG_ERROR([Please install SDLImage >= 1.2.1])], [$SDL_CFLAGS], [$SDL_LIBS]) -NP_FINDLIB([PHYSFS], [physfs], [physfs >= 1.9], +NP_FINDLIB([PHYSFS], [physfs], [physfs >= 0.1.9], NP_LANG_PROGRAM([#include +#if PHYSFS_VER_MAJOR < 1 #if PHYSFS_VER_MINOR < 1 # error PHYSFS is too old #else @@ -128,6 +129,7 @@ # error PHYSFS is too old # endif # endif +#endif #endif]), [], [-lphysfs], [],