diff options
Diffstat (limited to 'configure.ac')
-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 |