summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-07-27 15:17:54 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-07-27 15:17:54 (GMT)
commit2c6dadbd132b02ecbe688f48ced3b0703ed1965d (patch)
tree2d76ea984ed44a7036471b62d57f7a162b3c4a03 /config
parent732e996de7025cd06fc49c036d1d8afef59ceb13 (diff)
downloadhdf5-2c6dadbd132b02ecbe688f48ced3b0703ed1965d.zip
hdf5-2c6dadbd132b02ecbe688f48ced3b0703ed1965d.tar.gz
hdf5-2c6dadbd132b02ecbe688f48ced3b0703ed1965d.tar.bz2
Correct git synch error
Diffstat (limited to 'config')
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index ac054bf..225f072 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -85,7 +85,7 @@ case "$cc_vendor-$cc_version" in
esac
case "$host_os-$host_cpu" in
- # cygwin needs the "-std-c99" flag removed, so make
+ # cygwin needs the "-std=c99" flag removed, so make
# a specific case for Cygwin without the flag and a default
# case to add the flag everywhere else
cygwin-*)