@@ -14592,7 +14592,7 @@ dnscheck='
14592
14592
#include <netinet/in.h>
14593
14593
#include <arpa/nameser.h>
14594
14594
#include <resolv.h>
14595
- int main() {
14595
+ int main(int argc, char** argv ) {
14596
14596
res_mkquery (0, 0, 0, 0, 0, 0, 0, 0, 0);
14597
14597
dn_expand (0, 0, 0, 0, 0);
14598
14598
dn_skipname (0, 0);
@@ -17627,7 +17627,7 @@ gprof_gmon_out="unknown"
17627
17627
if test x"$hasgprof" = x"yes"
17628
17628
then
17629
17629
gprofcheck='
17630
- int main() {
17630
+ int main(int argc, char** argv ) {
17631
17631
long x;
17632
17632
17633
17633
x = random();
@@ -18160,7 +18160,7 @@ printf "%s\n" "#define USE_GNUTLS 1" >>confdefs.h
18160
18160
#if GNUTLS_VERSION_NUMBER < 0x020b07
18161
18161
# error GnuTLS 2.11.7 or later required
18162
18162
#endif
18163
- int main()
18163
+ int main(int argc, char** argv )
18164
18164
{
18165
18165
return 0;
18166
18166
}'
@@ -18186,7 +18186,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \
18186
18186
18187
18187
sha256check='
18188
18188
#include <gnutls/gnutls.h>
18189
- int main()
18189
+ int main(int argc, char** argv )
18190
18190
{
18191
18191
int x = GNUTLS_DIG_SHA256;
18192
18192
}'
@@ -19221,7 +19221,7 @@ printf %s "checking for memcached_return_t... " >&6; }
19221
19221
#include <libmemcached/memcached.h>
19222
19222
19223
19223
int
19224
- main()
19224
+ main(int argc, char** argv )
19225
19225
{
19226
19226
memcached_return_t x;
19227
19227
@@ -20520,7 +20520,7 @@ printf %s "checking Lua version... " >&6; }
20520
20520
#endif
20521
20521
20522
20522
int
20523
- main()
20523
+ main(int argc, char** argv )
20524
20524
{
20525
20525
return 0;
20526
20526
}
@@ -20910,19 +20910,19 @@ if test \( x"$ldappath" = x"auto" -o x"$ldappath" = x"yes" \) -a \
20910
20910
then
20911
20911
20912
20912
pkg_failed=no
20913
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for openldap >= 2.0.0" >&5
20914
- printf %s "checking for openldap >= 2.0.0... " >&6; }
20913
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ldap >= 2.0.0" >&5
20914
+ printf %s "checking for ldap >= 2.0.0... " >&6; }
20915
20915
20916
20916
if test -n "$OPENLDAP_CFLAGS"; then
20917
20917
pkg_cv_OPENLDAP_CFLAGS="$OPENLDAP_CFLAGS"
20918
20918
elif test -n "$PKG_CONFIG"; then
20919
20919
if test -n "$PKG_CONFIG" && \
20920
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openldap >= 2.0.0\""; } >&5
20921
- ($PKG_CONFIG --exists --print-errors "openldap >= 2.0.0") 2>&5
20920
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ldap >= 2.0.0\""; } >&5
20921
+ ($PKG_CONFIG --exists --print-errors "ldap >= 2.0.0") 2>&5
20922
20922
ac_status=$?
20923
20923
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20924
20924
test $ac_status = 0; }; then
20925
- pkg_cv_OPENLDAP_CFLAGS=`$PKG_CONFIG --cflags "openldap >= 2.0.0" 2>/dev/null`
20925
+ pkg_cv_OPENLDAP_CFLAGS=`$PKG_CONFIG --cflags "ldap >= 2.0.0" 2>/dev/null`
20926
20926
test "x$?" != "x0" && pkg_failed=yes
20927
20927
else
20928
20928
pkg_failed=yes
@@ -20934,12 +20934,12 @@ if test -n "$OPENLDAP_LIBS"; then
20934
20934
pkg_cv_OPENLDAP_LIBS="$OPENLDAP_LIBS"
20935
20935
elif test -n "$PKG_CONFIG"; then
20936
20936
if test -n "$PKG_CONFIG" && \
20937
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openldap >= 2.0.0\""; } >&5
20938
- ($PKG_CONFIG --exists --print-errors "openldap >= 2.0.0") 2>&5
20937
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ldap >= 2.0.0\""; } >&5
20938
+ ($PKG_CONFIG --exists --print-errors "ldap >= 2.0.0") 2>&5
20939
20939
ac_status=$?
20940
20940
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
20941
20941
test $ac_status = 0; }; then
20942
- pkg_cv_OPENLDAP_LIBS=`$PKG_CONFIG --libs "openldap >= 2.0.0" 2>/dev/null`
20942
+ pkg_cv_OPENLDAP_LIBS=`$PKG_CONFIG --libs "ldap >= 2.0.0" 2>/dev/null`
20943
20943
test "x$?" != "x0" && pkg_failed=yes
20944
20944
else
20945
20945
pkg_failed=yes
@@ -20960,9 +20960,9 @@ else
20960
20960
_pkg_short_errors_supported=no
20961
20961
fi
20962
20962
if test $_pkg_short_errors_supported = yes; then
20963
- OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openldap >= 2.0.0" 2>&1`
20963
+ OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ldap >= 2.0.0" 2>&1`
20964
20964
else
20965
- OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openldap >= 2.0.0" 2>&1`
20965
+ OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ldap >= 2.0.0" 2>&1`
20966
20966
fi
20967
20967
# Put the nasty error message in config.log where it belongs
20968
20968
echo "$OPENLDAP_PKG_ERRORS" >&5
@@ -21050,7 +21050,7 @@ printf %s "checking OpenLDAP version... " >&6; }
21050
21050
#endif
21051
21051
21052
21052
int
21053
- main()
21053
+ main(int argc, char** argv )
21054
21054
{
21055
21055
return 0;
21056
21056
}
@@ -21104,19 +21104,19 @@ if test \( x"$saslpath" = x"auto" -o x"$saslpath" = x"yes" \) -a \
21104
21104
then
21105
21105
21106
21106
pkg_failed=no
21107
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cyrussasl >= 2.1.0" >&5
21108
- printf %s "checking for cyrussasl >= 2.1.0... " >&6; }
21107
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libsasl2 >= 2.1.0" >&5
21108
+ printf %s "checking for libsasl2 >= 2.1.0... " >&6; }
21109
21109
21110
21110
if test -n "$SASL_CFLAGS"; then
21111
21111
pkg_cv_SASL_CFLAGS="$SASL_CFLAGS"
21112
21112
elif test -n "$PKG_CONFIG"; then
21113
21113
if test -n "$PKG_CONFIG" && \
21114
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cyrussasl >= 2.1.0\""; } >&5
21115
- ($PKG_CONFIG --exists --print-errors "cyrussasl >= 2.1.0") 2>&5
21114
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsasl2 >= 2.1.0\""; } >&5
21115
+ ($PKG_CONFIG --exists --print-errors "libsasl2 >= 2.1.0") 2>&5
21116
21116
ac_status=$?
21117
21117
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21118
21118
test $ac_status = 0; }; then
21119
- pkg_cv_SASL_CFLAGS=`$PKG_CONFIG --cflags "cyrussasl >= 2.1.0" 2>/dev/null`
21119
+ pkg_cv_SASL_CFLAGS=`$PKG_CONFIG --cflags "libsasl2 >= 2.1.0" 2>/dev/null`
21120
21120
test "x$?" != "x0" && pkg_failed=yes
21121
21121
else
21122
21122
pkg_failed=yes
@@ -21128,12 +21128,12 @@ if test -n "$SASL_LIBS"; then
21128
21128
pkg_cv_SASL_LIBS="$SASL_LIBS"
21129
21129
elif test -n "$PKG_CONFIG"; then
21130
21130
if test -n "$PKG_CONFIG" && \
21131
- { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cyrussasl >= 2.1.0\""; } >&5
21132
- ($PKG_CONFIG --exists --print-errors "cyrussasl >= 2.1.0") 2>&5
21131
+ { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsasl2 >= 2.1.0\""; } >&5
21132
+ ($PKG_CONFIG --exists --print-errors "libsasl2 >= 2.1.0") 2>&5
21133
21133
ac_status=$?
21134
21134
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
21135
21135
test $ac_status = 0; }; then
21136
- pkg_cv_SASL_LIBS=`$PKG_CONFIG --libs "cyrussasl >= 2.1.0" 2>/dev/null`
21136
+ pkg_cv_SASL_LIBS=`$PKG_CONFIG --libs "libsasl2 >= 2.1.0" 2>/dev/null`
21137
21137
test "x$?" != "x0" && pkg_failed=yes
21138
21138
else
21139
21139
pkg_failed=yes
@@ -21154,9 +21154,9 @@ else
21154
21154
_pkg_short_errors_supported=no
21155
21155
fi
21156
21156
if test $_pkg_short_errors_supported = yes; then
21157
- SASL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cyrussasl >= 2.1.0" 2>&1`
21157
+ SASL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsasl2 >= 2.1.0" 2>&1`
21158
21158
else
21159
- SASL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cyrussasl >= 2.1.0" 2>&1`
21159
+ SASL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsasl2 >= 2.1.0" 2>&1`
21160
21160
fi
21161
21161
# Put the nasty error message in config.log where it belongs
21162
21162
echo "$SASL_PKG_ERRORS" >&5
0 commit comments