Skip to content

Commit 115fc56

Browse files
committed
Edit config.m4 --with-opencv
1 parent 5c3c004 commit 115fc56

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ tests/*/*.php
3333
tests/*/*.exp
3434
tests/*/*.log
3535
tests/*/*.sh
36+
37+
.idea
38+
cmake-build-debug

config.m4

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ dnl without editing.
77

88
dnl If your extension references something external, use with:
99

10-
dnl PHP_ARG_WITH(opencv, for opencv support,
10+
PHP_ARG_WITH(opencv, for opencv support,
1111
dnl Make sure that the comment is aligned:
12-
dnl [ --with-opencv Include opencv support])
12+
[ --with-opencv Include opencv support])
1313

1414
dnl Otherwise use enable:
1515

0 commit comments

Comments
 (0)