We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c2743 commit 9b2b0faCopy full SHA for 9b2b0fa
config.m4
@@ -1,7 +1,7 @@
1
PHP_ARG_ENABLE(git2, whether to enable the "git2" extension,
2
[ --enable-git2 Enable "php-git2" extension support])
3
4
-PHP_ARG_ENABLE(system-libgit2, whether to build with system libgit2,
+PHP_ARG_WITH(system-libgit2, whether to build with system libgit2,
5
[ --with-system-libgit2 Build php-git2 with system libgit2], no, no)
6
7
if test $PHP_GIT2 != "no"; then
libgit2
0 commit comments