Skip to content

Commit 9b2b0fa

Browse files
committed
fix lost libgit2
1 parent 36c2743 commit 9b2b0fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP_ARG_ENABLE(git2, whether to enable the "git2" extension,
22
[ --enable-git2 Enable "php-git2" extension support])
33

4-
PHP_ARG_ENABLE(system-libgit2, whether to build with system libgit2,
4+
PHP_ARG_WITH(system-libgit2, whether to build with system libgit2,
55
[ --with-system-libgit2 Build php-git2 with system libgit2], no, no)
66

77
if test $PHP_GIT2 != "no"; then

libgit2

Submodule libgit2 added at 211e117

0 commit comments

Comments
 (0)