Commit 3ceeedba83fdefddf7da691f33c08a394b80a9c4

Authored by perry.werneck@gmail.com
1 parent 9ee6e7bd

Incluindo opção no configure para definir onde serão instaladas as bibliotecas r…

…exx posto que o rexx 4.2.0 mudou o local
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
configure.ac
... ... @@ -440,7 +440,7 @@ if test "$app_cv_rexx" == "yes"; then
440 440 AC_MSG_NOTICE([Rexx plugin enabled.])
441 441 fi
442 442  
443   -REXX_LIBDIR=$libdir
  443 +AC_ARG_WITH([rexxlibdir], [AS_HELP_STRING([--with-rexxlibdir], [Path to rexx extension libs])], [ REXX_LIBDIR=$withval ],[ REXX_LIBDIR=$libdir ])
444 444  
445 445 AC_SUBST(REXXC)
446 446 AC_SUBST(REXXCONFIG)
... ...