From 115fc56b9ea18cc3678e00a2718c86ee493d1268 Mon Sep 17 00:00:00 2001 From: hihozhou Date: Mon, 8 May 2017 12:51:05 +0800 Subject: [PATCH] Edit config.m4 --with-opencv --- .gitignore | 3 +++ config.m4 | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2bdbb49..3925465 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,6 @@ tests/*/*.php tests/*/*.exp tests/*/*.log tests/*/*.sh + +.idea +cmake-build-debug \ No newline at end of file diff --git a/config.m4 b/config.m4 index 72b0651..773306a 100644 --- a/config.m4 +++ b/config.m4 @@ -7,9 +7,9 @@ dnl without editing. dnl If your extension references something external, use with: -dnl PHP_ARG_WITH(opencv, for opencv support, +PHP_ARG_WITH(opencv, for opencv support, dnl Make sure that the comment is aligned: -dnl [ --with-opencv Include opencv support]) +[ --with-opencv Include opencv support]) dnl Otherwise use enable: