diff options
Diffstat (limited to 'test/H5srcdir_str.h.in')
-rw-r--r-- | test/H5srcdir_str.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/H5srcdir_str.h.in b/test/H5srcdir_str.h.in index ba30a88..bab1df3 100644 --- a/test/H5srcdir_str.h.in +++ b/test/H5srcdir_str.h.in @@ -16,5 +16,5 @@ */ /* Set the 'srcdir' path from configure time */ -#define config_srcdir "@srcdir@" +static const char *config_srcdir = "@srcdir@"; |