diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 9f0eaddae12..01092f77a24 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -222,7 +222,7 @@ Boston, MA 02111-1307, USA. */ | |||
| 222 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ | 222 | /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */ |
| 223 | #define LIB_MOTIF -lXm -lXpm | 223 | #define LIB_MOTIF -lXm -lXpm |
| 224 | 224 | ||
| 225 | #ifdef HAVE_NCURSES | 225 | #ifdef HAVE_LIBNCURSES |
| 226 | #define TERMINFO | 226 | #define TERMINFO |
| 227 | #define LIBS_TERMCAP -lncurses | 227 | #define LIBS_TERMCAP -lncurses |
| 228 | #endif | 228 | #endif |