summaryrefslogtreecommitdiff
path: root/m4/ax_with_curses_extra.m4
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-03-05 08:48:31 (GMT)
committerAlexey Neyman <stilor@att.net>2019-03-05 08:48:31 (GMT)
commit4ddad7b34f37f87e33e833f75a071c3775adc8cd (patch)
treeef3ad3d263a527f68feff64cc515acdbe6275776 /m4/ax_with_curses_extra.m4
parentb3cce054ef381502af4f58105604081bf431ac9e (diff)
CentOS6 cannot use newer GDB releases
... unless one retrofits it with a decent compiler instead of stock GCC 4.4. While here, sync up the ax_*.m4 with autoconf-archive. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'm4/ax_with_curses_extra.m4')
-rw-r--r--m4/ax_with_curses_extra.m43
1 files changed, 0 insertions, 3 deletions
diff --git a/m4/ax_with_curses_extra.m4 b/m4/ax_with_curses_extra.m4
index c620a44..7056d68 100644
--- a/m4/ax_with_curses_extra.m4
+++ b/m4/ax_with_curses_extra.m4
@@ -212,9 +212,6 @@ AC_DEFUN([_AX_WITH_CURSES_EXTRA], [
], [
AS_IF([test "x$ax_cv_curses_which" = xncursesw], [
_AX_WITH_CURSES_CHECKEXTRA([$1], [$2], [$3], [ncursesw/$4], [$5])
- AS_IF([test x$[]ax_cv_[]m4_tolower($1) != "xyes"], [
- _AX_WITH_CURSES_CHECKEXTRA([$1], [$2], [$3], [$4], [$6])
- ])
], [test "x$ax_cv_curses_which" = xncurses], [
_AX_WITH_CURSES_CHECKEXTRA([$1], [$2], [$3], [$4], [$6])
AS_IF([test x$[]ax_cv_[]m4_tolower($1) != "xyes"], [