diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-11-17 18:20:55 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-11-17 18:20:55 (GMT) |
commit | 47bdeb8b0cd6a0cd76221c06885c2a8740771f71 (patch) | |
tree | 11ecabe0814d56345ee5d4b09e47509b5389a89b | |
parent | e23584d6b792cf7014c3d4d1e5e540ed87aa18da (diff) | |
download | hdf5-47bdeb8b0cd6a0cd76221c06885c2a8740771f71.zip hdf5-47bdeb8b0cd6a0cd76221c06885c2a8740771f71.tar.gz hdf5-47bdeb8b0cd6a0cd76221c06885c2a8740771f71.tar.bz2 |
[svn-r19810] Correct define typo
-rw-r--r-- | config/cmake/H5pubconf.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 171d7c7..a3523e8 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -292,7 +292,7 @@ #cmakedefine H5_HAVE_RAND_R @H5_HAVE_RAND_R@ /* Define to 1 if you have the `sigsetjmp' function. */ -#cmakedefine H5_HAVE_SETJMP_H @H5_HAVE_SETJMP@ +#cmakedefine H5_HAVE_SETJMP @H5_HAVE_SETJMP@ /* Define to 1 if you have the <setjmp.h> header file. */ #cmakedefine H5_HAVE_SETJMP_H @H5_HAVE_SETJMP_H@ |