Commit b2979209ef813359ff7ff3405437d1fdda0f7e2e
1 parent
2ee0cd5e
Exists in
master
Importando fontes java.
Showing
1 changed file
with
0 additions
and
9 deletions
Show diff stats
configure.ac
... | ... | @@ -32,13 +32,6 @@ AC_PROG_LN_S |
32 | 32 | AC_LANG([C++]) |
33 | 33 | |
34 | 34 | dnl --------------------------------------------------------------------------- |
35 | -dnl Initialize defaults | |
36 | -dnl --------------------------------------------------------------------------- | |
37 | -DLLFLAGS="-shared -Wl,-soname,\$(@F)" | |
38 | -DBG_CFLAGS="-DDEBUG=1" | |
39 | -RLS_CFLAGS="-DNDEBUG=1" | |
40 | - | |
41 | -dnl --------------------------------------------------------------------------- | |
42 | 35 | dnl Check for OS specifics |
43 | 36 | dnl --------------------------------------------------------------------------- |
44 | 37 | |
... | ... | @@ -248,8 +241,6 @@ fi |
248 | 241 | |
249 | 242 | if test "$app_cv_java" = "yes" ; then |
250 | 243 | |
251 | - EXTENSIONS="$EXTENSIONS java" | |
252 | - PLUGINS="$PLUGINS j3270" | |
253 | 244 | AC_MSG_NOTICE([jdk is present and enabled.]) |
254 | 245 | |
255 | 246 | else | ... | ... |