diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-08-01 03:16:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-08-01 03:16:50 (GMT) |
commit | 438935557e04d6025a389fbe5fccb6290a62c054 (patch) | |
tree | 9523365ec13fe21eb0b6bfd393ee195f54ee9677 /config/gnu-flags | |
parent | 0ee5526c2c95dd77ee61b917b16adfcacbd3a540 (diff) | |
download | hdf5-438935557e04d6025a389fbe5fccb6290a62c054.zip hdf5-438935557e04d6025a389fbe5fccb6290a62c054.tar.gz hdf5-438935557e04d6025a389fbe5fccb6290a62c054.tar.bz2 |
Fixed a couple of typos.
Diffstat (limited to 'config/gnu-flags')
-rw-r--r-- | config/gnu-flags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index ae8ddb0..6355ccf 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -195,7 +195,7 @@ if test "X-gcc" = "X-$cc_vendor"; then # -Wvolatile-register-var was later incorporated into -Wall and # only needs to be specified explicitly for gcc 4.2-4.3 - if test $cc_vers_major -eq 4 -a $cc_vers_minor -ge 2 -o $cc_vers_major -eq 4 -a $$cc_vers_minor -le 3; then + if test $cc_vers_major -eq 4 -a $cc_vers_minor -ge 2 -o $cc_vers_major -eq 4 -a $cc_vers_minor -le 3; then H5_CFLAGS="$H5_CFLAGS -Wvolatile-register-var" fi |