summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xc++/configure2
-rw-r--r--c++/configure.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/c++/configure b/c++/configure
index 4844ff0..dd30cc1 100755
--- a/c++/configure
+++ b/c++/configure
@@ -11100,3 +11100,5 @@ fi
no_create=$saved_no_create
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
+
+chmod 755 src/h5c++
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++