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
mpim-sw
libcdi
Commits
024c4c5d
Commit
024c4c5d
authored
May 07, 2019
by
Sergey Kosukhin
Browse files
Do not link to -lm if it is not required.
parent
1f923b07
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
024c4c5d
...
...
@@ -131,7 +131,7 @@ AC_DEFINE_UNQUOTED([SYSTEM_TYPE],["$ac_cv_build"], [System type])
AC_SUBST([SYSTEM_TYPE],["$ac_cv_build"])
# ----------------------------------------------------------------------
# Check for math library
AC_
CHECK_LIB(m,
floor)
AC_
SEARCH_LIBS(
floor
, m
)
# ----------------------------------------------------------------------
# Add basic configure options
ACX_CDI_OPTIONS
...
...
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