]> granicus.if.org Git - curl/commitdiff
the krb4 stuff needs -lcom_err to link now, for some odd reason. This is
authorDaniel Stenberg <daniel@haxx.se>
Mon, 9 Aug 2004 10:06:15 +0000 (10:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Aug 2004 10:06:15 +0000 (10:06 +0000)
possibly only on some platforms, but it happens on my Solaris 2.7 box and I
don't know anyone else that regularly build curl with krb4 support.

configure.ac

index 230c9da68d512f58a34e443e8c15ec53b76c73a7..8367b54870d080399a03701daebf8a6e890fdeab 100644 (file)
@@ -560,7 +560,7 @@ then
       AC_CHECK_HEADERS(krb.h)
 
       dnl we found the required libraries, add to LIBS
-      LIBS="-lkrb -ldes $LIBS"
+      LIBS="-lkrb -lcom_err -ldes $LIBS"
 
       dnl Check for function krb_get_our_ip_for_realm
       dnl this is needed for NAT networks