changeset 7554:419b7cfc954c HEAD

Once $KRB5_CFLAGS is set, use it instead of calling krb5-config again.
author Timo Sirainen <tss@iki.fi>
date Mon, 26 May 2008 14:05:09 +0300
parents 0e0054c0da66
children 47c5e52c1181
files configure.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun May 25 22:31:10 2008 +0300
+++ b/configure.in	Mon May 26 14:05:09 2008 +0300
@@ -1681,7 +1681,7 @@
 
 				if test x$want_gssapi_plugin != xyes; then
 				  AUTH_LIBS="$AUTH_LIBS $KRB5_LIBS"
-				  AUTH_CFLAGS="$AUTH_CFLAGS `krb5-config --cflags gssapi`"
+				  AUTH_CFLAGS="$AUTH_CFLAGS $KRB5_CFLAGS"
 				  AC_DEFINE(BUILTIN_GSSAPI,, GSSAPI support is built in)
 				else
 				  have_gssapi_plugin=yes