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
3dabacbf
Commit
3dabacbf
authored
Nov 17, 2009
by
Thomas White
Browse files
Assume -lhdf5 if not told otherwise
parent
924736e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
3dabacbf
...
...
@@ -22,7 +22,7 @@ AC_ARG_WITH(hdf5,
[AS_HELP_STRING([--with-hdf5], [specify location of HDF5 library])],
[HDF5_CFLAGS="-I$withval/include"
HDF5_LIBS="-L$withval/lib -lhdf5"],
[])
[
HDF5_LIBS="-lhdf5"
])
CFLAGS="$CFLAGS $HDF5_CFLAGS"
LIBS="$LIBS $HDF5_LIBS -lm -lgsl -lgslcblas"
...
...
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