diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-07 14:38:01 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-08 11:34:30 +0900 |
| commit | f015ebc305d14c75b16ec5e076077f05412af301 (patch) | |
| tree | 9ebee5e34f3366b8b50027271e75cfa5a9364e68 /parts/appwizard/common/gnome2 | |
| parent | f53ab8d30a18ddb70c3af965715c490fc1f9901b (diff) | |
| download | tdevelop-f015ebc3.tar.gz tdevelop-f015ebc3.zip | |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cd9179de4ac7ec4fc3e741cd991a2fcd89d3fc0c)
Diffstat (limited to 'parts/appwizard/common/gnome2')
| -rw-r--r-- | parts/appwizard/common/gnome2/macros/curses.m4 | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/parts/appwizard/common/gnome2/macros/curses.m4 b/parts/appwizard/common/gnome2/macros/curses.m4 index 5307e13d..57d701e9 100644 --- a/parts/appwizard/common/gnome2/macros/curses.m4 +++ b/parts/appwizard/common/gnome2/macros/curses.m4 @@ -111,13 +111,6 @@ AC_DEFUN([AC_CHECK_CURSES],[ fi ]) - AC_ARG_WITH(osf1-curses, - [ --with-osf1-curses Used to force OSF/1 curses],[ - if test x$withval = xyes; then - AC_USE_OSF1_CURSES - fi - ]) - AC_ARG_WITH(vcurses, [ --with-vcurses[=incdir] Used to force SysV curses], if test x$withval != xyes; then @@ -164,17 +157,6 @@ AC_DEFUN([AC_USE_SUNOS_CURSES], [ AC_MSG_RESULT(Please note that some screen refreshs may fail) ]) -AC_DEFUN([AC_USE_OSF1_CURSES], [ - AC_MSG_RESULT(Using OSF1 curses) - search_ncurses=false - screen_manager="OSF1 curses" - AC_DEFINE(HAS_CURSES) - has_curses=true - AC_DEFINE(NO_COLOR_CURSES) - AC_DEFINE(USE_SYSV_CURSES) - CURSES_LIBS="-lcurses" -]) - AC_DEFUN([AC_USE_SYSV_CURSES], [ AC_MSG_RESULT(Using SysV curses) AC_DEFINE(HAS_CURSES) |
