Commit c3b9eff70ffabd4875dbed6b34691ba29ecc90b6

Authored by perry.werneck@gmail.com
1 parent de064492

Quando usa pkg-config o configure não estava setando a variável REXX_HOME

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
configure.ac
... ... @@ -447,6 +447,10 @@ if test "$app_cv_rexx" != "yes"; then
447 447 app_cv_rexx="yes"
448 448 fi
449 449  
  450 +else
  451 +
  452 + REXX_HOME=`$PKG_CONFIG --variable=prefix ooRexx`/share/ooRexx
  453 +
450 454 fi
451 455  
452 456 if test "$app_cv_rexx" == "yes"; then
... ...