Commit c3b9eff70ffabd4875dbed6b34691ba29ecc90b6
1 parent
de064492
Exists in
master
and in
5 other branches
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,6 +447,10 @@ if test "$app_cv_rexx" != "yes"; then | ||
| 447 | app_cv_rexx="yes" | 447 | app_cv_rexx="yes" |
| 448 | fi | 448 | fi |
| 449 | 449 | ||
| 450 | +else | ||
| 451 | + | ||
| 452 | + REXX_HOME=`$PKG_CONFIG --variable=prefix ooRexx`/share/ooRexx | ||
| 453 | + | ||
| 450 | fi | 454 | fi |
| 451 | 455 | ||
| 452 | if test "$app_cv_rexx" == "yes"; then | 456 | if test "$app_cv_rexx" == "yes"; then |