Changeset 35575


Ignore:
Timestamp:
2021-10-13T23:34:53+13:00 (3 years ago)
Author:
davidb
Message:

No longer want JAVACFLAGS set to default vals if not already set

Location:
main/trunk/search4j
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/search4j/aclocal.m4

    r35457 r35575  
    225225])
    226226AC_PROVIDE([$0])dnl
    227 if test "x$JAVACFLAGS" = x ; then
    228   JAVACFLAGS="-source 1.6 -target 1.6"
    229 fi
     227dnl The following is now explicitly set in the Release Kit
     228dnl if test "x$JAVACFLAGS" = x ; then
     229dnl  JAVACFLAGS="-source 1.6 -target 1.6"
     230dnl fi
    230231AC_SUBST(JAVACFLAGS)
    231232])
  • main/trunk/search4j/configure

    r35457 r35575  
    35483548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_javac_works" >&5
    35493549$as_echo "$ac_cv_prog_javac_works" >&6; }
    3550 if test "x$JAVACFLAGS" = x ; then
    3551   JAVACFLAGS="-source 1.6 -target 1.6"
    3552 fi
    35533550
    35543551
Note: See TracChangeset for help on using the changeset viewer.