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
4c53d66a
...
4c53d66adddc70c8140557aa6e5eb9c97ff06fc0
authored
2005-08-12 16:04:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add -lgnuradius to AUTHLIBS
1 parent
a89e94ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
configure.ac
configure.ac
View file @
4c53d66
...
...
@@ -688,7 +688,8 @@ MU_ENABLE_SUPPORT(radius,
[AC_CHECK_HEADERS([radius/radius.h],,
[mu_cv_enable_radius=no])
if test $mu_cv_enable_radius = yes; then
AC_CHECK_LIB(gnuradius, grad_dict_init,,
AC_CHECK_LIB(gnuradius, grad_dict_init,
[AUTHLIBS="$AUTHLIBS -lgnuradius"],
[mu_cv_enable_radius=no])
fi])
...
...
Please
register
or
sign in
to post a comment