add com_err to required libs
authorLove Hörnquist Åstrand <lha@kth.se>
Mon, 2 May 2005 21:04:11 +0000 (21:04 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Mon, 2 May 2005 21:04:11 +0000 (21:04 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15060 ec53bebd-3082-4978-b11e-865c3cabbd6b

tools/krb5-config.in

index 12edd1522c1a74a46ab4e66feb489a54617f1caa..cd105d50d866e03da7e12160ec5b1ca599ee672f 100755 (executable)
@@ -99,7 +99,7 @@ if test "$do_libs" = "yes"; then
        lib_flags="$lib_flags -lkadm5srv"
        ;;
     esac
-    lib_flags="$lib_flags -lkrb5 -lasn1 @LIB_des_appl@ -lroken"
+    lib_flags="$lib_flags -lkrb5 -lasn1 -lcom_err @LIB_des_appl@ -lroken"
     lib_flags="$lib_flags @LIB_crypt@ @LIB_dbopen@ @LIBS@"
     echo $lib_flags
 fi