diff --git a/configure.ac b/configure.ac index a4edd1f7e..27c2b7cb4 100644 --- a/configure.ac +++ b/configure.ac @@ -1553,7 +1553,7 @@ then fi if test $resize_req = yes -a $resize = no; then - AC_MSG_ERROR([OpenCV not found, may install OpenCV...?]); + AC_MSG_ERROR([Resize dependency not found, may install OpenCV...?]); fi # -------------------------------------------------------------------------------------------------