summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-04-16 14:01:08 +0200
committerRemi Collet <remi@php.net>2026-04-16 14:01:08 +0200
commit4f79cbba8256e717a03a4655890e484fe21f6fce (patch)
tree0e12f20662b8bfaf28ba8b03e41afdeb2e2c0b05
parent963bdd3b8dc7fd4471c51f5531fc3e4c43fa7258 (diff)
LIBXCRYPT_CFLAGS always needed
-rw-r--r--config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config.m4 b/config.m4
index 4cd9b38..bcdcff7 100644
--- a/config.m4
+++ b/config.m4
@@ -14,9 +14,9 @@ PHP_ARG_WITH([xpass-dlopen],
if test "$PHP_XPASS" != "no"; then
PKG_CHECK_MODULES([LIBXCRYPT], [libxcrypt >= 4.4])
+ PHP_EVAL_INCLINE([$LIBXCRYPT_CFLAGS])
if test "$PHP_XPASS_DLOPEN" = "no"; then
- PHP_EVAL_INCLINE([$LIBXCRYPT_CFLAGS])
PHP_EVAL_LIBLINE([$LIBXCRYPT_LIBS], [XPASS_SHARED_LIBADD])
elif test "$PHP_XPASS_DLOPEN" = "yes"; then
AC_DEFINE([USE_LIBCRYPT_DLOPEN], ["libcrypt.so.2"], [ libcrypt path for dlopen ])