mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r29237] Missed a "then"
This commit is contained in:
parent
6152dd6532
commit
16e529f5a9
@ -864,7 +864,7 @@ AC_ARG_ENABLE([java],
|
||||
[HDF_JAVA=$enableval],
|
||||
[HDF_JAVA=no])
|
||||
|
||||
if test "X$HDF_JAVA" = "Xyes"
|
||||
if test "X$HDF_JAVA" = "Xyes"; then
|
||||
if test "X${enable_shared}" != "Xno"; then
|
||||
echo "yes"
|
||||
if test "X$CLASSPATH" = "X"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user