diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-03-01 15:04:39 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-03-01 15:04:39 (GMT) |
commit | 16e529f5a9309b7fffaa856a5b7600152cf43da8 (patch) | |
tree | 9514993464bba51996045ac1003e497b107d0b0f | |
parent | 6152dd65320487bde762171530f0465edc34fb36 (diff) | |
download | hdf5-16e529f5a9309b7fffaa856a5b7600152cf43da8.zip hdf5-16e529f5a9309b7fffaa856a5b7600152cf43da8.tar.gz hdf5-16e529f5a9309b7fffaa856a5b7600152cf43da8.tar.bz2 |
[svn-r29237] Missed a "then"
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e304481..4aa3f74 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |