rnc : modified name of root directory in opencv detection macro

This commit is contained in:
gdd 2011-09-13 15:46:24 +00:00
parent 6b2b54b76d
commit 628f190912

View File

@ -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