Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7665d29
)
Fixed autoconf API change.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 22 May 2009 14:55:39 +0000
(16:55 +0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Fri, 22 May 2009 14:55:39 +0000
(16:55 +0200)
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index
e2126a6
..
ee8e437
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-192,7
+192,8
@@
if test "$with_krb5" != no -a "$HAS_KRB5" = yes; then
AC_DEFINE(HAVE_KRB5)
krb_msg=yes
fi
-AC_SUBST([KRB5_LIBS KRB5_CFLAGS])
+AC_SUBST(KRB5_LIBS)
+AC_SUBST(KRB_CFLAGS)
# Linux keyring
AH_TEMPLATE(HAVE_KEYUTILS, [define if your system supports the Linux keyring functions])