Skip to content

Commit

Permalink
Merge pull request #22 from sathieu/patch-1
Browse files Browse the repository at this point in the history
Fix configure script syntax
  • Loading branch information
infusion committed Apr 7, 2016
2 parents 98dcef9 + 6ab5d47 commit f1c9d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Expand Up @@ -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])
],[
Expand Down

0 comments on commit f1c9d0f

Please sign in to comment.