summaryrefslogtreecommitdiff
path: root/Build/source/libs/ncurses/withenable.ac
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/ncurses/withenable.ac')
-rw-r--r--Build/source/libs/ncurses/withenable.ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/libs/ncurses/withenable.ac b/Build/source/libs/ncurses/withenable.ac
new file mode 100644
index 00000000000..091a2155641
--- /dev/null
+++ b/Build/source/libs/ncurses/withenable.ac
@@ -0,0 +1,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.])
+