summaryrefslogtreecommitdiff
blob: ec901ce9c31fbdc1f11822f24951b93a6d254b22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/build-tools/krb5-config.in
+++ b/build-tools/krb5-config.in
@@ -208,12 +208,6 @@
 
 
 if test -n "$do_libs"; then
-    # Assumes /usr/lib is the standard library directory everywhere...
-    if test "$libdir" = /usr/lib; then
-	libdirarg=
-    else
-	libdirarg="-L$libdir"
-    fi
     # Ugly gross hack for our build tree
     lib_flags=`echo $CC_LINK | sed -e 's/\$(CC)//' \
 	    -e 's/\$(PURE)//' \