update gnutls test for mingw

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25867 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2008-01-05 14:09:39 +00:00
parent f050dae554
commit 13c59531f6
3 changed files with 6668 additions and 8466 deletions

View file

@ -1,3 +1,8 @@
2008-01-05 Richard Frith-Macdonald <rfm@gnu.org>
* config\pathtls.m4: fixup form mingw32
* configure: regenerate
2008-01-04 Riccardo Mottola <riccardo@kaffe.org>
* Source/NSKeyValueObserving.m: fixed cc99ism

View file

@ -24,8 +24,8 @@ AC_ARG_ENABLE(tlstest,
AC_MSG_CHECKING(for libgnutls - version >= $min_tls_version)
no_tls=""
if test "$TLS_CONFIG" = "no" ; then
TLS_CFLAGS=""
TLS_LIBS="-lgnutls"
TLS_CFLAGS="-I/usr/include"
TLS_LIBS="-L/usr/lib -lgnutls -lgcrypt"
ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"
@ -71,8 +71,6 @@ main()
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\2/'`
tls_config_micro_version=`$TLS_CONFIG $tls_config_args --version | \
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\3/'`
# Strip '-I/usr/include' off since this is always expected.
TLS_CFLAGS=`echo $TLS_CFLAGS | sed -e 's|-I/usr/include||'`
# Strip '-L/usr/lib' off since this is always in the link path.
TLS_LIBS=`echo $TLS_LIBS | sed -e 's|-L/usr/lib||'`

15123
configure vendored

File diff suppressed because it is too large Load diff