chiark
/
gitweb
/
~mdw
/
runlisp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
30a4312
)
aclocal (mdw_CURSES): Fix definition of HAVE_CURSES.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 8 Feb 2006 00:19:39 +0000
(
00:19
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 8 Feb 2006 00:19:39 +0000
(
00:19
+0000)
The AC_DEFINE call was missing a value, and would unhelpfully have used
the help text instead. Not what was wanted.
aclocal.glob
patch
|
blob
|
blame
|
history
diff --git
a/aclocal.glob
b/aclocal.glob
index 5cbf245286945af19147da47299ac6fdddf7b7e2..b983ce6d3244af7b6fb2b20ba4a99b3777b32e99 100644
(file)
--- a/
aclocal.glob
+++ b/
aclocal.glob
@@
-47,7
+47,7
@@
dnl AC_CHECK_FUNCS.
AC_DEFUN([mdw_CURSES],
[mdw_CHECK_MANYLIBS([newwin], [ncurses curses],
- [AC_DEFINE([HAVE_CURSES],
+ [AC_DEFINE([HAVE_CURSES],
[1],
[Define if you have a curses library.])])
if test $mdw_cv_lib_newwin != no; then
AC_CHECK_HEADERS([ncurses.h ncurses/ncurses.h curses.h], [break])