From 7a99821c57619f4f3fe023c6d97b6074cf388696 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 28 Mar 2014 05:49:53 +0000 Subject: [PATCH] Incluindo teste pelo binário do ucpp (que substituiu o pré-processador antigo no idlc) --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) 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