ca856aea5f
PR: ports/67791 Submitted by: Guido Falsi <mad@madpilot.net>
23 lines
527 B
Text
23 lines
527 B
Text
--- 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 <physfs.h>
|
|
-#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
|