Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
26007f11
...
26007f115111c2f271a1d0cfe9d848a867a79e55
authored
2009-02-16 22:51:35 +0100
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* am/lib.m4 (MU_CHECK_LIB): Switch to AC_TRY_LINK_FUNC.
1 parent
7824f73f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
am/lib.m4
am/lib.m4
View file @
26007f1
...
...
@@ -12,8 +12,8 @@ AC_DEFUN([MU_CHECK_LIB],
[
for path in $6
do
LIBS="$save_LIBS
-L$path
"
AC_
CHECK_LIB($1,
$2,
LIBS="$save_LIBS
$3 -L$path -l$1
"
AC_
TRY_LINK_FUNC(
$2,
[mu_cv_lib_$1="$3 -L$path -l$1"
break],
[mu_cv_lib_$1=no],$3)
...
...
Please
register
or
sign in
to post a comment