mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
[svn-r20419] Correct typo in macro parameter
This commit is contained in:
parent
816d780cc2
commit
032459b94a
@ -510,9 +510,9 @@ MACRO (HDF5_FUNCTION_TEST OTHER_TEST)
|
||||
H5_HAVE_SYS_TYPES_H
|
||||
H5_HAVE_SYS_SOCKET_H
|
||||
)
|
||||
IF ("${def}")
|
||||
IF ("${H5_${def}}")
|
||||
SET (MACRO_CHECK_FUNCTION_DEFINITIONS "${MACRO_CHECK_FUNCTION_DEFINITIONS} -D${def}")
|
||||
ENDIF ("${def}")
|
||||
ENDIF ("${H5_${def}}")
|
||||
ENDFOREACH (def)
|
||||
|
||||
IF (LARGEFILE)
|
||||
|
Loading…
Reference in New Issue
Block a user