better fix for bug 1523

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9164 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2004-11-04 14:44:34 +00:00
parent d366b652fa
commit c80d330132
3 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-11-04 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac: do not check for snprintf
2004-10-11 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* configure.ac: remove RPM_FRONTEND_DEPS

View File

@ -262,9 +262,7 @@ AC_TYPE_SIGNAL
AC_TYPE_SIZE_T
AC_TYPE_UID_T
AC_CHECK_FUNCS(snprintf vsnprintf strerror)
LYX_CHECK_DECL(snprintf, stdio.h)
LYX_CHECK_DECL(vsnprintf, stdio.h)
AC_CHECK_FUNCS(strerror)
LYX_CHECK_DECL(istreambuf_iterator, iterator)
LYX_CHECK_DECL(mkstemp,[unistd.h stdlib.h])

View File

@ -38,6 +38,7 @@ src/frontends/gtk/GBC.h
src/frontends/gtk/GChanges.C
src/frontends/gtk/GCharacter.C
src/frontends/gtk/GErrorList.C
src/frontends/gtk/GGraphics.C
src/frontends/gtk/GLog.C
src/frontends/gtk/GMathDelim.C
src/frontends/gtk/GMathPanel.C
@ -192,7 +193,6 @@ src/mathed/math_macrotemplate.C
src/mathed/math_nestinset.C
src/mathed/ref_inset.C
src/output.C
src/output_docbook.C
src/output_linuxdoc.C
src/output_plaintext.C
src/paragraph.C