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