Commit 7a99821c57619f4f3fe023c6d97b6074cf388696
1 parent
bd2755c8
Exists in
master
and in
5 other branches
Incluindo teste pelo binário do ucpp (que substituiu o pré-processador antigo no idlc)
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
configure.ac
... | ... | @@ -489,6 +489,12 @@ if test "$IDLC" == "no" ; then |
489 | 489 | app_cv_office="no" |
490 | 490 | fi |
491 | 491 | |
492 | +AC_PATH_TOOL([UCPP], ucpp, "no", path=$PATH:$OO_SDK_HOME/bin) | |
493 | +if test "$UCPP" == "no" ; then | |
494 | + app_cv_office="no" | |
495 | +fi | |
496 | + | |
497 | + | |
492 | 498 | AC_PATH_TOOL([REGMERGE], regmerge, "no", path=$PATH:$OO_SDK_URE_BIN_DIR) |
493 | 499 | if test "$REGMERGE" == "no" ; then |
494 | 500 | app_cv_office="no" | ... | ... |