Commit acf50c0733ecf6f1b49d76539a319df169136cad
1 parent
79fb2e4a
Exists in
master
and in
5 other branches
Desativando teste pela API antiga do ooRexx
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
configure.ac
| ... | ... | @@ -455,7 +455,7 @@ fi |
| 455 | 455 | |
| 456 | 456 | if test "$app_cv_rexx" == "yes"; then |
| 457 | 457 | AC_DEFINE(HAVE_REXX) |
| 458 | - AC_CHECK_HEADER(oorexxapi.h, AC_DEFINE(HAVE_OOREXXAPI_H)) | |
| 458 | + AC_DEFINE(HAVE_OOREXXAPI_H) | |
| 459 | 459 | PLUGINS="$PLUGINS rx3270" |
| 460 | 460 | AC_MSG_NOTICE([ooRexx plugin & extension are enabled.]) |
| 461 | 461 | else | ... | ... |