bug 874 fixed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6051 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-02-07 11:35:05 +00:00
parent 626eba2244
commit ff187a9371
4 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-02-07 John Levon <levon@movementarian.org>
* config/configure.ac:
* config/configure.in: fix bug 874 by checking for strerror
2003-02-07 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* status.13x: (new file) let's begin the 1.3.x game

View File

@ -238,7 +238,7 @@ AC_TYPE_SIGNAL
AC_TYPE_SIZE_T
AC_TYPE_UID_T
AC_CHECK_FUNCS(snprintf vsnprintf)
AC_CHECK_FUNCS(snprintf vsnprintf strerror)
LYX_CHECK_DECL(snprintf, stdio.h)
LYX_CHECK_DECL(vsnprintf, stdio.h)
LYX_CHECK_DECL(istreambuf_iterator, iterator)

View File

@ -243,7 +243,7 @@ AC_TYPE_SIGNAL
AC_TYPE_SIZE_T
AC_TYPE_UID_T
AC_CHECK_FUNCS(snprintf vsnprintf)
AC_CHECK_FUNCS(snprintf vsnprintf strerror)
LYX_CHECK_DECL(snprintf, stdio.h)
LYX_CHECK_DECL(vsnprintf, stdio.h)
LYX_CHECK_DECL(istreambuf_iterator, iterator)

View File

@ -21,4 +21,6 @@ What's new
** Bug fixes
[bug 874] Fix strerror() build problem with some gcc/glibc versions
lyx2lyx: enable the debug level to be set.