diff --git a/configure.ac b/configure.ac index 706b945..8c3e9c8 100644 --- a/configure.ac +++ b/configure.ac @@ -489,6 +489,12 @@ if test "$IDLC" == "no" ; then app_cv_office="no" fi +AC_PATH_TOOL([UCPP], ucpp, "no", path=$PATH:$OO_SDK_HOME/bin) +if test "$UCPP" == "no" ; then + app_cv_office="no" +fi + + AC_PATH_TOOL([REGMERGE], regmerge, "no", path=$PATH:$OO_SDK_URE_BIN_DIR) if test "$REGMERGE" == "no" ; then app_cv_office="no" -- libgit2 0.21.2