summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-01-18 16:11:11 +1300
committerOlly Betts <olly@survex.com>2023-01-18 16:11:11 +1300
commit747651c7e4d40382e749eabfc211bade760e538d (patch)
treeef63d1af7a72ff0dbfbe00afae3fa3b5f3001686
parentb18b75369cd4b2795abad1283629b13a62630b58 (diff)
downloadswig-747651c7e4d40382e749eabfc211bade760e538d.tar.gz
configure: Check for php8.2 too
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4ae334e28..ef7bebdf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1859,7 +1859,7 @@ if test x"${PHPBIN}" = xno; then
PHP=
else
if test "x$PHPBIN" = xyes; then
- AC_CHECK_PROGS(PHP, [php8.1 php8.0 php7.4 php7.3 php7.2 php7.1 php7.0 php])
+ AC_CHECK_PROGS(PHP, [php8.2 php8.1 php8.0 php7.4 php7.3 php7.2 php7.1 php7.0 php])
else
PHP=$PHPBIN
fi