diff options
Diffstat (limited to 'c++/configure.in')
-rw-r--r-- | c++/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++/configure.in b/c++/configure.in index ca8f964..aa0ce62 100644 --- a/c++/configure.in +++ b/c++/configure.in @@ -808,3 +808,5 @@ no_create=$saved_no_create dnl Finally the makefiles test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 + +chmod 755 src/h5c++ |