summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorXavier Loose <xav.loose@gmail.com>2018-04-14 08:28:32 (GMT)
committerXavier Loose <xav.loose@gmail.com>2018-04-14 08:28:32 (GMT)
commitb3413779955059bf93aed4ef19a08c753db8cbb4 (patch)
tree7fb432dcce751872709ab6c1baf1b5f406f1abb2 /m4
parentc996bd0f1fcb518d975c731ee47829504ffc1b8b (diff)
modified ax_with_curses_extra.m4 to have better regocnition of <panel.h>
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_with_curses_extra.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/ax_with_curses_extra.m4 b/m4/ax_with_curses_extra.m4
index 7056d68..c620a44 100644
--- a/m4/ax_with_curses_extra.m4
+++ b/m4/ax_with_curses_extra.m4
@@ -212,6 +212,9 @@ 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"], [