]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - configure.in
Merge tag 'upstream/7.22.0+hg20151017'
[sven/tclcurl.git] / configure.in
index 6f1a6ee84c71bd7a0dd6b723b91c2b252ead89b1..951d9b60a45b16c2937950a7781a88a7fc580f67 100755 (executable)
@@ -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__