Index: configure
===================================================================
--- configure	(revision 524)
+++ configure	(revision 525)
@@ -271,12 +271,6 @@
 # empty log
 rm configure.log 2>> /dev/null
 
-# Check ODE installation
-ode_install
-
-# Check PHP installation
-php_install
-
 # Test compiler
 file='int main(void) { return 0; }'
 test_build "gcc" "$file" ""
@@ -340,7 +334,12 @@
 test_build "GLEW" "$file" "-L/usr/X11R6/lib/ -lGL -lGLU -lGLEW"
 exit_if_error "$?" "You must install libglew devel package"
 
+# Check ODE installation
+ode_install
 
+# Check PHP installation
+php_install
+
 # OpenAL
 file="
 #include <AL/al.h>