[svn-r20419] Correct typo in macro parameter

This commit is contained in:
Allen Byrne 2011-04-05 14:20:06 -05:00
parent 816d780cc2
commit 032459b94a

View File

@ -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)