X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=configure.in;fp=configure.in;h=951d9b60a45b16c2937950a7781a88a7fc580f67;hp=6f1a6ee84c71bd7a0dd6b723b91c2b252ead89b1;hb=8fe9e487b76cf5338013cbf22d1bdaad14f85b2b;hpb=43eebec0020886a7d616cc75fb6c05cf85fc6445 diff --git a/configure.in b/configure.in index 6f1a6ee..951d9b6 100755 --- a/configure.in +++ b/configure.in @@ -134,7 +134,16 @@ if test "${CURL_VERSION}" != "" ; then fi AC_MSG_RESULT(yes) -TEA_ADD_LIBS([`$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 + +TEA_ADD_LIBS([`$curlpath/curl-config --libs|sed \ + -e 's/\-lkrb5\>//g' \ + -e 's/\-lgssapi_krb5//g' \ + -e 's/\-lk5crypto//g' \ + -e 's/\-lkrb5support//g' \ + `]) + #-------------------------------------------------------------------- # __CHANGE__