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
b211dfd0
...
b211dfd087e3f191f42948fc8ca084c3ac2988d4
authored
2002-12-03 15:42:21 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix: Properly restore LIBS, LDFLAGS and CFLAGS.
1 parent
4fc35b3b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
m4/gssapi.m4
m4/gssapi.m4
View file @
b211dfd
...
...
@@ -61,14 +61,16 @@ AC_DEFUN(MU_CHECK_GSSAPI,
GSSAPI_LIBS="$GSSAPI_LDFLAGS -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err"]
,, -lkrb5 -lcrypto -lcom_err)
fi
CPPFLAGS="$saved_CPPFLAGS"
LDFLAGS="$saved_LDFLAGS"
LIBS="$saved_LIBS"
fi
mu_cv_lib_gssapi_cflags="$GSSAPI_CFLAGS"
mu_cv_lib_gssapi_libs="$GSSAPI_LIBS"
mu_cv_lib_gssapi_impl="$GSSAPI_IMPL"
LDFLAGS="$saved_LDFLAGS"
LIBS="$saved_LIBS"
else
cached=" (cached) "
GSSAPI_CFLAGS="$mu_cv_lib_gssapi_cflags"
...
...
Please
register
or
sign in
to post a comment