* configure.ac: Fix bad description of _MSE_INT_H that caused each
word in config.in to be enclosed in []. * config.in: Regenerate.
This commit is contained in:
parent
417211372d
commit
ba1e897e43
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,8 @@
|
|||
2005-05-20 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS.
|
||||
* configure.ac: Add snprintf and vsnprintf to AC_CHECK_DECLS. Fix
|
||||
bad description of _MSE_INT_H that caused each word in config.in
|
||||
to be enclosed in [].
|
||||
* configure, config.in: Regenerate.
|
||||
|
||||
2005-05-20 Joel Brobecker <brobecker@adacore.com>
|
||||
|
|
|
@ -682,9 +682,8 @@
|
|||
# undef _ALL_SOURCE
|
||||
#endif
|
||||
|
||||
/*
|
||||
Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris [2.[789]], when using GCC.
|
||||
*/
|
||||
/* Define to 1 to avoid a clash between <widec.h> and <wchar.h> on Solaris
|
||||
2.[789] when using GCC. */
|
||||
#undef _MSE_INT_H
|
||||
|
||||
/* Define to empty if `const' does not conform to ANSI C. */
|
||||
|
|
|
@ -396,8 +396,8 @@ case $host_os in
|
|||
solaris2.[[789]])
|
||||
if test "$GCC" = yes; then
|
||||
AC_DEFINE(_MSE_INT_H, 1,
|
||||
[[Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
|
||||
Solaris 2.[789] when using GCC. ]])
|
||||
[Define to 1 to avoid a clash between <widec.h> and <wchar.h> on
|
||||
Solaris 2.[789] when using GCC. ])
|
||||
fi ;;
|
||||
esac
|
||||
AC_CHECK_HEADERS(curses.h cursesX.h ncurses.h ncurses/ncurses.h)
|
||||
|
|
Loading…
Reference in a new issue