Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 231400
Collapse All | Expand All

(-)fetchmail-6.3.8.orig/configure.ac (-9 lines)
Lines 513-527 Link Here
513
        then
513
        then
514
           ac_krblibs="-lasn1 -lroken -lcom_err"
514
           ac_krblibs="-lasn1 -lroken -lcom_err"
515
           AC_MSG_RESULT([Heimdal found])
515
           AC_MSG_RESULT([Heimdal found])
516
          dnl Attempt to detect if we need to -ldb2 to link Heimdal
517
          dnl we assume we do if it is available
518
           AC_CHECK_LIB(db2, db_open, ac_krblibs="$ac_krblibs -ldb2", [],
519
                ${LDEFLAGS})
520
           AC_CHECK_LIB(des, des_string_to_key, libk5crypto=-ldes,
521
              AC_CHECK_LIB(ssl, MD5_Init, [],
522
                AC_MSG_ERROR([DES libraries not found. Try adding --with-ssl to enable OpenSSL support]),
523
                ${LDEFLAGS} ${ac_krblibs}),
524
           ${LDEFLAGS} ${ac_krblibs})
525
           AC_DEFINE(HEIMDAL)
516
           AC_DEFINE(HEIMDAL)
526
        else
517
        else
527
          AC_MSG_RESULT([found])
518
          AC_MSG_RESULT([found])

Return to bug 231400