summaryrefslogtreecommitdiffstats
path: root/rules/readline.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-05-10 12:42:32 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-05-10 12:42:32 +0000
commitd14b9d6db0baba7abf7e68990bd1e92ada76dc4d (patch)
treeba468b569272a5db14d4d18972ae7900ef2401cd /rules/readline.make
parentf5374b4e983199261c6f5c245ef5d25144e6fefc (diff)
downloadptxdist-d14b9d6db0baba7abf7e68990bd1e92ada76dc4d.tar.gz
ptxdist-d14b9d6db0baba7abf7e68990bd1e92ada76dc4d.tar.xz
[readline] remove autoconf hints, they are now in Rules.make
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10421 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/readline.make')
-rw-r--r--rules/readline.make11
1 files changed, 0 insertions, 11 deletions
diff --git a/rules/readline.make b/rules/readline.make
index ff0acfc6f..5ee8dacb7 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -56,17 +56,6 @@ ifdef PTXCONF_READLINE_NCURSES
READLINE_AUTOCONF += --with-curses
endif
-# configure: WARNING: cannot check signal handling if cross compiling -- defaulting to no
-# configure: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing
-# configure: WARNING: cannot check strcoll if cross compiling -- defaulting to no
-# configure: WARNING: cannot check ctype macros if cross compiling -- defaulting to no
-READLINE_AUTOCONF += \
- bash_cv_must_reinstall_sighandlers=no \
- bash_cv_func_sigsetjmp=present \
- bash_cv_func_strcoll_broken=no \
- bash_cv_func_ctype_nonascii=yes
-
-
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------