Fix quoting.
This commit is contained in:
parent
177cd151a2
commit
9e0f670e0c
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-08-06 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* configure.in: Fix quoting.
|
||||
|
||||
2008-08-06 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* configure.in (COCOA_EXPERIMENTAL_CTRL_G): Fix 2008-08-04 change.
|
||||
|
|
|
@ -2236,8 +2236,8 @@ if test "${with_kerberos}" != no; then
|
|||
|
||||
if test "${with_kerberos5}" != no; then
|
||||
AC_CHECK_HEADERS(krb5.h,
|
||||
AC_CHECK_MEMBERS([krb5_error.text, krb5_error.e_text],,,
|
||||
[#include <krb5.h>]))
|
||||
[AC_CHECK_MEMBERS([krb5_error.text, krb5_error.e_text],,,
|
||||
[#include <krb5.h>])])
|
||||
else
|
||||
AC_CHECK_HEADERS(des.h,,
|
||||
[AC_CHECK_HEADERS(kerberosIV/des.h,,
|
||||
|
|
Loading…
Add table
Reference in a new issue