Fix configure script syntax

./configure: line 4677: ,: command not found
Esse commit está contido em:
Mathieu Parent
2016-04-07 06:43:16 +02:00
commit 6ab5d47d02
+1 -1
Ver Arquivo
@@ -39,7 +39,7 @@ if test "$PHP_FACEDETECT" != "no"; then
],[
AC_MSG_ERROR([Wrong OpenCV version or OpenCV not found])
],[
]),
])
],[
AC_MSG_ERROR([wrong OpenCV version or OpenCV not found])
],[