Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit d15384b

Browse files
committed
Adding checks for Java 1.6.
1 parent 97d6746 commit d15384b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

configure

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21541,7 +21541,7 @@ Linux)
2154121541
CFLAGS=$CFLAGS" -D__need_timespec"
2154221542
case $JAVA_VERSION in
2154321543

21544-
1.2*|1.3*|1.4*|1.5*)
21544+
1.2*|1.3*|1.4*|1.5*|1.6*)
2154521545
#fix_parameters $JPATH/jre/lib/javax.comm.properties
2154621546
CLASSPATH=".:\$(TOP):\$(TOP)/src:"`find $JPATH/ -name RXTXcomm.jar |head -n1`
2154721547
JHOME=$JPATH"/jre/lib/ext"
@@ -21611,7 +21611,7 @@ Linux)
2161121611
TARGETLIB="\$(target_triplet)/librxtxSerial.la \
2161221612
\$(target_triplet)/librxtxParallel.la"
2161321613
case $JAVA_VERSION in
21614-
1.2*|1.3*|1.4*|1.5*)
21614+
1.2*|1.3*|1.4*|1.5*|1.6*)
2161521615
#fix_parameters $JPATH/jre/lib/javax.comm.properties
2161621616
CLASSPATH=".:\$(TOP):\$(TOP)/src:"`find $JPATH/ -name RXTXcomm.jar |head -n1`
2161721617
RXTX_PATH="\$(JPATH)/jre/lib/\$(OS_ARCH)"
@@ -21747,7 +21747,7 @@ BeOS)
2174721747

2174821748
WIN32)
2174921749
case $JAVA_VERSION in
21750-
1.2*|1.3*|1.4*|1.5*)
21750+
1.2*|1.3*|1.4*|1.5*|1.6*)
2175121751
CLASSPATH=".:\$(TOP):\$(TOP)/src:`find $JPATH/ -name RXTXcomm.jar |head -n1`:$CLASSPATH"
2175221752
JHOME=$JPATH"/jre/lib/ext"
2175321753
;;
@@ -21799,7 +21799,7 @@ Solaris*)
2179921799
CLASSPATH=".:\$(TOP):\$(TOP)/src:\$(JPATH)/lib/classes.zip:\$(JPATH)/lib/RXTXcomm.jar:$CLASSPATH"
2180021800

2180121801
case $JAVA_VERSION in
21802-
1.2*|1.3*|1.4*|1.5*)
21802+
1.2*|1.3*|1.4*|1.5*|1.6*)
2180321803
RXTX_PATH="\$(JPATH)/jre/lib/\$(OS_ARCH)"
2180421804
;;
2180521805
1.1*)

0 commit comments

Comments
 (0)