$NetBSD: patch-aa,v 1.3 2007/11/13 10:04:09 jdwhite Exp $

--- configure.orig	2007-11-13 01:56:11.000000000 -0600
+++ configure	2007-11-13 01:56:39.000000000 -0600
@@ -4199,64 +4199,6 @@
 echo Adding perl LDFLAGS ${FOO}
 LDFLAGS=${LDFLAGS}\ ${FOO}
 
-echo "$as_me:$LINENO: checking for /usr/share/terminfo" >&5
-echo $ECHO_N "checking for /usr/share/terminfo... $ECHO_C" >&6
-if test "${ac_cv_file__usr_share_terminfo+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  test "$cross_compiling" = yes &&
-  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
-   { (exit 1); exit 1; }; }
-if test -r "/usr/share/terminfo"; then
-  ac_cv_file__usr_share_terminfo=yes
-else
-  ac_cv_file__usr_share_terminfo=no
-fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_terminfo" >&5
-echo "${ECHO_T}$ac_cv_file__usr_share_terminfo" >&6
-if test $ac_cv_file__usr_share_terminfo = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define TERMINFO "/usr/share/terminfo"
-_ACEOF
-
-else
-  echo "$as_me:$LINENO: checking for /usr/share/lib/terminfo" >&5
-echo $ECHO_N "checking for /usr/share/lib/terminfo... $ECHO_C" >&6
-if test "${ac_cv_file__usr_share_lib_terminfo+set}" = set; then
-  echo $ECHO_N "(cached) $ECHO_C" >&6
-else
-  test "$cross_compiling" = yes &&
-  { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
-   { (exit 1); exit 1; }; }
-if test -r "/usr/share/lib/terminfo"; then
-  ac_cv_file__usr_share_lib_terminfo=yes
-else
-  ac_cv_file__usr_share_lib_terminfo=no
-fi
-fi
-echo "$as_me:$LINENO: result: $ac_cv_file__usr_share_lib_terminfo" >&5
-echo "${ECHO_T}$ac_cv_file__usr_share_lib_terminfo" >&6
-if test $ac_cv_file__usr_share_lib_terminfo = yes; then
-
-cat >>confdefs.h <<\_ACEOF
-#define TERMINFO "/usr/share/lib/terminfo"
-_ACEOF
-
-else
-  { { echo "$as_me:$LINENO: error: No terminfo found for this system" >&5
-echo "$as_me: error: No terminfo found for this system" >&2;}
-   { (exit 1); exit 1; }; }
-fi
-
-fi
-
-
-
-
 ac_aux_dir=
 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
   if test -f $ac_dir/install-sh; then
