summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-08-31 04:33:10 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-08-31 04:33:10 (GMT)
commit17c0a1546cfb3b24c6955adbcc77aac5709f726c (patch)
treecd703fd4ee3822d283e00a374fb82b2c6b9b9aa0
parent99d84a8f4c45e6033046d9b825a2c5dc7c65ac2a (diff)
downloadhdf5-17c0a1546cfb3b24c6955adbcc77aac5709f726c.zip
hdf5-17c0a1546cfb3b24c6955adbcc77aac5709f726c.tar.gz
hdf5-17c0a1546cfb3b24c6955adbcc77aac5709f726c.tar.bz2
[svn-r1620] Fixed a typo in the configure.in. configure is derived from it.
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3d58260..a6ca30c 100755
--- a/configure
+++ b/configure
@@ -4460,7 +4460,7 @@ fi
esac
-sASS=yes
+GASS=yes
TESTGASS='$(srcdir)/testgass'
diff --git a/configure.in b/configure.in
index edad932..6bee40d 100644
--- a/configure.in
+++ b/configure.in
@@ -372,7 +372,7 @@ dnl The reason we need to check for so many libs because globus is not
dnl quite modular yet. Globus folks plan to reduce the library dependencies.
dnl
AC_SUBST(GASS)
-sASS=yes
+GASS=yes
AC_SUBST(TESTGASS)
TESTGASS='$(srcdir)/testgass'