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

Collapse All | Expand All

(-)libetpan-0.58/configure.ac.orig (-2 / +2 lines)
Lines 110-116 Link Here
110
110
111
# Compiler flags.
111
# Compiler flags.
112
AC_ARG_ENABLE(debug,   [  --enable-debug          setup flags (gcc) for debugging (default=no)],
112
AC_ARG_ENABLE(debug,   [  --enable-debug          setup flags (gcc) for debugging (default=no)],
113
if test "x$GCC" = xyes; then
113
if test "x$enable_debug" = xyes; then
114
  CFLAGS="$CFLAGS -O2 -g"
114
  CFLAGS="$CFLAGS -O2 -g"
115
fi
115
fi
116
CPPFLAGS="$CPPFLAGS -DDEBUG"
116
CPPFLAGS="$CPPFLAGS -DDEBUG"
Lines 383-389 Link Here
383
  case "$DBVERS" in
383
  case "$DBVERS" in
384
    3)
384
    3)
385
    AC_MSG_RESULT([version 3.x or above])
385
    AC_MSG_RESULT([version 3.x or above])
386
    for lib in db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
386
    for lib in db-4.8 db-4.7 db-4.6 db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db-3.2 db-3 db3 db; do
387
      if test "x$DBLINKED" = "x0"; then
387
      if test "x$DBLINKED" = "x0"; then
388
dnl        AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], [])
388
dnl        AC_CHECK_LIB($lib, db_create, [DBLIB="-l$lib"; DBLINKED=1], [])
389
dnl installations of libdb4 function names are defined in db.h
389
dnl installations of libdb4 function names are defined in db.h

Return to bug 313097