X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=configure;fp=configure;h=40ae6ce59626498d0391be017720982c7270bc7f;hp=e7d6656647b9cdad4091eaf3f9f2c4c0186ad2ba;hb=8fe9e487b76cf5338013cbf22d1bdaad14f85b2b;hpb=43eebec0020886a7d616cc75fb6c05cf85fc6445 diff --git a/configure b/configure index e7d6656..40ae6ce 100755 --- a/configure +++ b/configure @@ -4939,7 +4939,16 @@ fi $as_echo "yes" >&6; } - vars="`$curlpath/curl-config --libs`" +# We need to modify this original line to strip a few things +# See: http://lists.debian.org/debian-devel-announce/2006/09/msg00018.html + + vars="`$curlpath/curl-config --libs|sed \ + -e 's/\-lkrb5\>//g' \ + -e 's/\-lgssapi_krb5//g' \ + -e 's/\-lk5crypto//g' \ + -e 's/\-lkrb5support//g' \ + `" + for i in $vars; do if test "${TEA_PLATFORM}" = "windows" -a "$GCC" = "yes" ; then # Convert foo.lib to -lfoo for GCC. No-op if not *.lib