typo in configure.in wrt the name of the helpcontent2 module

Change-Id: Id0d7335872c2e2c074769bd7edc1b7301b1ebdbe
This commit is contained in:
Norbert Thiebaud
2012-10-02 10:09:30 -05:00
parent 9152c42a65
commit 942a8ffd25

View File

@@ -4359,7 +4359,7 @@ if test "$with_help" != "no" -a $_os != iOS -a $_os != Android; then
BUILD_TYPE="$BUILD_TYPE HELP"
SCPDEFS="$SCPDEFS -DWITH_HELP"
GIT_REPO_NAMES="$GIT_REPO_NAMES help"
GIT_NEEDED_SUBMODULES="helcontent2 $GIT_NEEDED_SUBMODULES"
GIT_NEEDED_SUBMODULES="helpcontent2 $GIT_NEEDED_SUBMODULES"
else
AC_MSG_RESULT([no])
fi