flush
[m6w6/ext-psi] / config.m4
index 5be9e351fe2ae89aca8d744eb2ba76a6c7934180..816511fd09e764bda0eb402191dabea591bb0f3a 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -8,7 +8,7 @@ if test "$PHP_PSI" != "no"; then
        PHP_SUBST(LEMON)
 
        AC_CACHE_CHECK(for libjit install root, PSI_cv_LIBJIT_DIR, [
-       for PSI_cv_LIBJIT_DIR in {/usr{,/local},/opt}{,libjit}
+       for PSI_cv_LIBJIT_DIR in $PHP_PSI {/usr{,/local},/opt}{,libjit}
        do
                if test -e $PSI_cv_LIBJIT_DIR/include/jit/jit.h
                then