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

Collapse All | Expand All

(-)stunnel-4.35/configure.ac (+1 lines)
Lines 357-362 Link Here
357
        case "$enableval" in
357
        case "$enableval" in
358
            yes) AC_MSG_RESULT([no])
358
            yes) AC_MSG_RESULT([no])
359
                AC_DEFINE(HAVE_LIBWRAP)
359
                AC_DEFINE(HAVE_LIBWRAP)
360
                LIBS="$LIBS -lwrap"
360
                ;;
361
                ;;
361
            no) AC_MSG_RESULT([yes])
362
            no) AC_MSG_RESULT([yes])
362
                ;;
363
                ;;

Return to bug 353955