]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Once $KRB5_CFLAGS is set, use it instead of calling krb5-config again.
authorTimo Sirainen <tss@iki.fi>
Mon, 26 May 2008 11:05:09 +0000 (14:05 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 26 May 2008 11:05:09 +0000 (14:05 +0300)
--HG--
branch : HEAD

configure.in

index 247705db934f8f53ed659d6a5277e379f7f37bdc..3085b5101cd9e5eb606418415ad2e6c3a0ffa1f8 100644 (file)
@@ -1681,7 +1681,7 @@ if test $want_gssapi != no; then
 
                                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