Changeset 36233 for main


Ignore:
Timestamp:
2022-05-31T12:14:32+12:00 (23 months ago)
Author:
kjdon
Message:

removed the -source -target JAVACFLAGS to match what was done in build-src and common-src. we only set these now in the release kits. Hand editd the file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/configure

    r25189 r36233  
    36103610{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    36113611$as_echo "$ac_cv_prog_javac_works" >&6; }
    3612 if test "x$JAVACFLAGS" = x ; then
    3613   JAVACFLAGS="-source 1.4 -target 1.4"
    3614 fi
    3615 
    3616 
    3617 
    36183612
    36193613if test "x$JAVA" = x ; then
     
    39213915{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_javac_works" >&5
    39223916$as_echo "$ac_cv_prog_javac_works" >&6; }
    3923 if test "x$JAVACFLAGS" = x ; then
    3924   JAVACFLAGS="-source 1.4 -target 1.4"
    3925 fi
    3926 
    3927 
    39283917
    39293918        fi
Note: See TracChangeset for help on using the changeset viewer.