summaryrefslogtreecommitdiff
path: root/Build/source/libs/ncurses/withenable.ac
blob: 091a21556411e027f79740a6a3721cb554c9a879 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dnl withenable.ac: --with and --enable options.
try_ncurses=no
AC_ARG_WITH([system-ncurses],
        [  --with-system-ncurses   check for installed ncurses],
        [test "$withval" = "yes" && try_ncurses=yes],
        [try_ncurses=no])

AC_ARG_WITH([ncurses_libdir],
[  --with-ncurses-libdir=DIR
                          Specify directory where the ncurses library resides.])

AC_ARG_WITH([ncurses_include],
[  --with-ncurses-include=DIR
                          Specify the ncurses header files location.])