Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
92058254
Commit
92058254
authored
Nov 12, 2012
by
Thomas White
Browse files
Use given HDF5 path when checking for it in configure
parent
53b99355
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
92058254
...
...
@@ -232,11 +232,13 @@ AC_CHECK_LIB([pthread], [sched_setaffinity], [
])
LIBS_SAVE=$LIBS
LIBS=$HDF5_LIBS
AC_CHECK_LIB([hdf5], [H5Fcreate], [],
[
AC_MSG_ERROR([HDF5 not found!])
])
LIBS=$LIBS_SAVE
AC_CHECK_LIB([rt], [clock_gettime],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment