return krb5_cc_resolve(context, "MEMORY:test_cache", &cc);
}
]])
- ], [ squid_cv_memory_cache=yes ], [ squid_cv_memory_cache=no ])
+ ], [ squid_cv_memory_cache=yes ], [ squid_cv_memory_cache=no ], [:])
])
])
return 0;
}
- ]])], [ squid_cv_working_gssapi=yes ], [ squid_cv_working_gssapi=no ])])
+ ]])], [ squid_cv_working_gssapi=yes ], [ squid_cv_working_gssapi=no ], [:])])
])
return 1;
}
]])],
- [ squid_cv_have_spnego=yes ], [ squid_cv_have_spnego=no ])])
+ [ squid_cv_have_spnego=yes ], [ squid_cv_have_spnego=no ],[:])])
])
dnl checks that krb5 is functional. Sets squid_cv_working_krb5
return 0;
}
- ]])], [ squid_cv_working_krb5=yes ], [ squid_cv_working_krb5=no ])])
+ ]])], [ squid_cv_working_krb5=yes ], [ squid_cv_working_krb5=no ],[:])])
])
strnstr(str, "fubar", size);
return 0;
}
- ]])],[squid_cv_func_strnstr="yes"],[squid_cv_func_strnstr="no"],[])
+ ]])],[squid_cv_func_strnstr="yes"],[squid_cv_func_strnstr="no"],[:])
)
if test "$squid_cv_func_strnstr" = "yes" ; then
AC_DEFINE(HAVE_STRNSTR,1)
return 0;
}
int main(int argc, char **argv) { return f (0, 42); }
- ]])],[squid_cv_func_va_copy="yes"],[squid_cv_func_va_copy="no"],[])
+ ]])],[squid_cv_func_va_copy="yes"],[squid_cv_func_va_copy="no"],[:])
)
if test "$squid_cv_func_va_copy" = "yes" ; then
AC_DEFINE(HAVE_VA_COPY, 1)
return 0;
}
int main(int argc, char **argv) { return f (0, 42); }
- ]])],[squid_cv_func___va_copy="yes"],[squid_cv_func___va_copy="no"],[])
+ ]])],[squid_cv_func___va_copy="yes"],[squid_cv_func___va_copy="no"],[:])
)
if test "$squid_cv_func___va_copy" = "yes" ; then
AC_DEFINE(HAVE___VA_COPY, 1)
}
return 0;
}
- ]])],[squid_cv_epoll_works=yes],[squid_cv_epoll_works=no],[]))
+ ]])],[squid_cv_epoll_works=yes],[squid_cv_epoll_works=no],[:]))
]) dnl SQUID_CHECK_EPOLL
}
]])],[
squid_cv_resuid_works="yes" ],[
- squid_cv_resuid_works="no" ],[])
+ squid_cv_resuid_works="no" ],[:])
)
])
dnl Nasty hack to get autoconf 2.64 on Linux to run.
dnl all other uses of RUN_IFELSE are wrapped inside CACHE_CHECK which breaks on 2.64
-AC_RUN_IFELSE([AC_LANG_SOURCE([[ int main(int argc, char **argv) { return 0; } ]])],[],[],[])
+AC_RUN_IFELSE([AC_LANG_SOURCE([[ int main(int argc, char **argv) { return 0; } ]])],[],[],[:])
dnl This is a developer only option.. developers know how to set defines
dnl
]])],
[ AC_DEFINE(HAVE_LDAP, 1, [LDAP support])
AC_MSG_RESULT(yes) ],
- [ AC_MSG_RESULT(no) ])
+ [ AC_MSG_RESULT(no) ],
+ [ AC_MSG_RESULT(cross-compiler cant tell) ])
LIBS=$oLIBS
dnl
]])],
[ AC_DEFINE(HAVE_OPENLDAP, 1, [OpenLDAP support])
AC_MSG_RESULT(yes) ],
- [ AC_MSG_RESULT(no) ])
+ [ AC_MSG_RESULT(no) ],
+ [ AC_MSG_RESULT(cross-compiler cant tell) ])
AC_MSG_CHECKING([for Sun LDAP SDK])
AC_RUN_IFELSE([AC_LANG_SOURCE([[
]])],
[ AC_DEFINE(HAVE_SUN_LDAP_SDK, 1, [Sun LDAP SDK support])
AC_MSG_RESULT(yes) ],
- [ AC_MSG_RESULT(no) ])
+ [ AC_MSG_RESULT(no) ],
+ [ AC_MSG_RESULT(cross-compiler cant tell) ])
AC_MSG_CHECKING([for Mozilla LDAP SDK])
AC_RUN_IFELSE([AC_LANG_SOURCE([[
]])],
[ AC_DEFINE(HAVE_MOZILLA_LDAP_SDK, 1, [Mozilla LDAP SDK support])
AC_MSG_RESULT(yes) ],
- [ AC_MSG_RESULT(no)])
+ [ AC_MSG_RESULT(no)],
+ [ AC_MSG_RESULT(cross-compiler cant tell) ])
dnl
dnl Check for LDAP_REBINDPROC_CALLBACK