aboutsummaryrefslogtreecommitdiff
path: root/m4/ax_with_curses_extra.m4
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2022-10-23 13:17:51 -0700
committerChris Packham <judge.packham@gmail.com>2022-10-27 21:28:42 +1300
commit59b664806c55dc1e5878448be2536fe110944f62 (patch)
treeb5ad64b716cc669736821167634092664f2ebeaf /m4/ax_with_curses_extra.m4
parent52e28795840b0a61ed4a89c144f55aba787d212f (diff)
downloadcrosstool-ng-59b664806c55dc1e5878448be2536fe110944f62.tar.gz
crosstool-ng-59b664806c55dc1e5878448be2536fe110944f62.tar.bz2
crosstool-ng-59b664806c55dc1e5878448be2536fe110944f62.zip
Update copied m4 files and README
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
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 c620a441..7056d685 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"], [