Files
ncpfs/contrib/php/config.m4
ncpfs archive import 82706139bf Import ncpfs 2.2.1
2026-04-28 20:39:59 +02:00

7 lines
198 B
Plaintext

PHP_ARG_ENABLE(auth-nds,whether to enable NDS authentication,
[ --enable-auth-nds enable NDS authentication])
if test "$PHP_AUTH_NDS" != "no"; then
PHP_EXTENSION(auth-nds, $ext_shared)
fi