diff options
| author | Glenn Morris | 2012-04-30 20:30:11 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-04-30 20:30:11 -0400 |
| commit | 9311dcff1de585f39b16e07fbc5a9fb681a06642 (patch) | |
| tree | c088999761bf51c27cfbb4c005509654f3a1f7c7 /ChangeLog | |
| parent | 6eac8dc9ac4a6478b88a397a876c272b16c0facc (diff) | |
| download | emacs-9311dcff1de585f39b16e07fbc5a9fb681a06642.tar.gz emacs-9311dcff1de585f39b16e07fbc5a9fb681a06642.zip | |
Remove HAVE_LIBNCURSES; it is required to be true
Also, it was a confusing name, since it does not necessarily mean that
we literally have libncurses; rather that we have tputs etc.
* configure.in (HAVE_LIBNCURSES): Remove; it is required to be true.
* src/dispnew.c: Remove HAVE_LIBNCURSES test;
it is always true on relevant platforms.
* nt/config.nt (HAVE_LIBNCURSES): Remove undef; not needed.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> | 1 | 2012-05-01 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.in (HAVE_LIBNCURSES): Remove; it is required to be true. | ||
| 4 | |||
| 3 | * configure.in (LD_SWITCH_X_SITE_RPATH): | 5 | * configure.in (LD_SWITCH_X_SITE_RPATH): |
| 4 | Rename from LD_SWITCH_X_SITE_AUX_RPATH. | 6 | Rename from LD_SWITCH_X_SITE_AUX_RPATH. |
| 5 | 7 | ||