From 942a8ffd255e64a018a9c4d66b8524dd5e6df01c Mon Sep 17 00:00:00 2001 From: Norbert Thiebaud Date: Tue, 2 Oct 2012 10:09:30 -0500 Subject: [PATCH] typo in configure.in wrt the name of the helpcontent2 module Change-Id: Id0d7335872c2e2c074769bd7edc1b7301b1ebdbe --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 9f15c97806a9..5f5b02d73723 100644 --- a/configure.in +++ b/configure.in @@ -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