mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Don't wrn about missing flimage.h
a git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4322 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b412e30ca1
commit
f4332037dc
@ -1,3 +1,7 @@
|
|||||||
|
2002-06-03 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
|
* xforms.m4: don't warn about missing flimage.h
|
||||||
|
|
||||||
2002-06-02 John Levon <moz@compsoc.man.ac.uk>
|
2002-06-02 John Levon <moz@compsoc.man.ac.uk>
|
||||||
|
|
||||||
* xforms.m4: moved out of lyxinclude.m4, some
|
* xforms.m4: moved out of lyxinclude.m4, some
|
||||||
|
@ -21,9 +21,7 @@ LYX_LIB_ERROR(forms.h,forms)])])
|
|||||||
lyx_cv_flimage_h_location="<flimage.h>"
|
lyx_cv_flimage_h_location="<flimage.h>"
|
||||||
AC_CHECK_HEADER(X11/flimage.h,[
|
AC_CHECK_HEADER(X11/flimage.h,[
|
||||||
ac_cv_header_flimage_h=yes
|
ac_cv_header_flimage_h=yes
|
||||||
lyx_cv_flimage_h_location="<X11/flimage.h>"],[
|
lyx_cv_flimage_h_location="<X11/flimage.h>"],)
|
||||||
AC_CHECK_HEADER(flimage.h,[],[
|
|
||||||
LYX_LIB_ERROR(flimage.h,forms)])])
|
|
||||||
AC_DEFINE_UNQUOTED(FORMS_IMAGE_H_LOCATION,$lyx_cv_flimage_h_location)
|
AC_DEFINE_UNQUOTED(FORMS_IMAGE_H_LOCATION,$lyx_cv_flimage_h_location)
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(FORMS_H_LOCATION,$lyx_cv_forms_h_location)
|
AC_DEFINE_UNQUOTED(FORMS_H_LOCATION,$lyx_cv_forms_h_location)
|
||||||
|
Loading…
Reference in New Issue
Block a user