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

Collapse All | Expand All

(-)cf/krb-readline.m4 (-1 lines)
Lines 6-12 Link Here
6
dnl el_init
6
dnl el_init
7
7
8
AC_DEFUN([KRB_READLINE],[
8
AC_DEFUN([KRB_READLINE],[
9
AC_FIND_FUNC_NO_LIBS(el_init, edit, [], [], [$LIB_tgetent])
10
if test "$ac_cv_func_el_init" = yes ; then
9
if test "$ac_cv_func_el_init" = yes ; then
11
	AC_CACHE_CHECK(for four argument el_init, ac_cv_func_el_init_four,[
10
	AC_CACHE_CHECK(for four argument el_init, ac_cv_func_el_init_four,[
12
		AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
11
		AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>

Return to bug 185899