From c3b9eff70ffabd4875dbed6b34691ba29ecc90b6 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 8 Oct 2014 11:42:17 +0000 Subject: [PATCH] Quando usa pkg-config o configure não estava setando a variável REXX_HOME --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index 00d3fa5..3cb2ada 100644 --- a/configure.ac +++ b/configure.ac @@ -447,6 +447,10 @@ if test "$app_cv_rexx" != "yes"; then app_cv_rexx="yes" fi +else + + REXX_HOME=`$PKG_CONFIG --variable=prefix ooRexx`/share/ooRexx + fi if test "$app_cv_rexx" == "yes"; then -- libgit2 0.21.2