From: gdd Date: Tue, 13 Sep 2011 15:46:24 +0000 (+0000) Subject: rnc : modified name of root directory in opencv detection macro X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=628f1909124bff5f7ca9bcc2e586235921715d72;p=modules%2Fgeom.git rnc : modified name of root directory in opencv detection macro --- diff --git a/adm_local/unix/config_files/check_OpenCV.m4 b/adm_local/unix/config_files/check_OpenCV.m4 index 02b9e4861..93cd5a6a1 100644 --- a/adm_local/unix/config_files/check_OpenCV.m4 +++ b/adm_local/unix/config_files/check_OpenCV.m4 @@ -46,8 +46,8 @@ if test "$with_opencv" != "no" ; then fi if test "$OPENCV_HOME" == "" ; then - if test "x$OPENCVHOME" != "x" ; then - OPENCV_HOME=$OPENCVHOME + if test "x$OPENCV_INSTALL_DIR" != "x" ; then + OPENCV_HOME=$OPENCV_INSTALL_DIR fi fi