Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 101065 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure.in        2000-10-06 09:51:49.000000000 +0200
0
++ configure.in        2005-04-02 13:06:24.623616376 +0200
Lines 71-77 Link Here
71
  if test "$HAVE_DB" = ""; then
71
  if test "$HAVE_DB" = ""; then
72
    AC_CHECK_FUNCS(dbopen)
72
    AC_CHECK_FUNCS(dbopen)
73
    if test $ac_cv_func_dbopen = no; then
73
    if test $ac_cv_func_dbopen = no; then
74
      AC_SEARCH_LIBS(dbopen, db db1, OPTS="-DUSE_DNS ${OPTS}"; HAVE_DB="yes")
74
      OPTS="-DUSE_DNS ${OPTS}"; HAVE_DB="yes"; LIBS="-ldb ${LIBS}"
75
      if test "$HAVE_DB" = ""; then
75
      if test "$HAVE_DB" = ""; then
76
        AC_MSG_WARN(You must have a V1.85 compatable DB library!)
76
        AC_MSG_WARN(You must have a V1.85 compatable DB library!)
77
        AC_MSG_WARN(DNS lookup code will be disabled...) 
77
        AC_MSG_WARN(DNS lookup code will be disabled...) 

Return to bug 101065