--- configure.orig Sun May 30 18:03:41 2004 +++ configure Sun May 30 18:04:34 2004 @@ -3496,12 +3496,14 @@ cat >conftest.$ac_ext <<_ACEOF #include -#if PHYSFS_VER_MINOR < 1 -# error PHYSFS is too old -#else -# if PHYSFS_VER_MINOR == 1 -# if PHYSFS_VER_PATCH < 9 -# error PHYSFS is too old +#if PHYSFS_VER_MAJOR == 0 +# if PHYSFS_VER_MINOR < 1 +# error PHYSFS is too old +# else +# if PHYSFS_VER_MINOR == 1 +# if PHYSFS_VER_PATCH < 9 +# error PHYSFS is too old +# endif # endif # endif #endif