projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd788c
)
Get rid of unused HAVE_NCURSES define.
author
Andre Noll
<maan@systemlinux.org>
Sun, 3 Jun 2012 20:58:13 +0000
(22:58 +0200)
committer
Andre Noll
<maan@systemlinux.org>
Sun, 23 Dec 2012 14:03:09 +0000
(15:03 +0100)
If no suitable curses library was found, para_gui will not be built. So
we don't need this define in config.h.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
760a52a
..
45557f6
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-477,7
+477,6
@@
AC_CHECK_LIB([curses], [initscr], [], [
if test "$have_curses" = "yes"; then
gui_ldflags="$curses_libs -lcurses"
AC_SUBST(curses_cppflags)
- AC_DEFINE(HAVE_NCURSES, 1, [define to 1 to turn on curses support])
extras="$extras gui"
executables="$executables gui"
else