diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/configure b/gdb/configure index 714df50..2bc49d6 100755 --- a/gdb/configure +++ b/gdb/configure @@ -664,6 +664,7 @@ python_prog_path LTLIBEXPAT LIBEXPAT HAVE_LIBEXPAT +READLINE_TEXI_INCFLAG READLINE_CFLAGS READLINE_DEPS READLINE @@ -9739,6 +9740,7 @@ if test "$with_system_readline" = yes; then READLINE=-lreadline READLINE_DEPS= READLINE_CFLAGS= + READLINE_TEXI_INCFLAG= # readline-6.0 started to use the name `_rl_echoing_p'. # `$(READLINE_DIR)/' of bundled readline would not resolve in configure. @@ -9776,12 +9778,14 @@ else READLINE='$(READLINE_DIR)/libreadline.a' READLINE_DEPS='$(READLINE)' READLINE_CFLAGS='-I$(READLINE_SRC)/..' + READLINE_TEXI_INCFLAG='-I $(READLINE_DIR)' fi + # Check whether --with-expat was given. if test "${with_expat+set}" = set; then : withval=$with_expat; |