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:
John Levon 2002-06-03 02:48:25 +00:00
parent b412e30ca1
commit f4332037dc
2 changed files with 5 additions and 3 deletions

View File

@ -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>
* xforms.m4: moved out of lyxinclude.m4, some

View File

@ -21,9 +21,7 @@ LYX_LIB_ERROR(forms.h,forms)])])
lyx_cv_flimage_h_location="<flimage.h>"
AC_CHECK_HEADER(X11/flimage.h,[
ac_cv_header_flimage_h=yes
lyx_cv_flimage_h_location="<X11/flimage.h>"],[
AC_CHECK_HEADER(flimage.h,[],[
LYX_LIB_ERROR(flimage.h,forms)])])
lyx_cv_flimage_h_location="<X11/flimage.h>"],)
AC_DEFINE_UNQUOTED(FORMS_IMAGE_H_LOCATION,$lyx_cv_flimage_h_location)
AC_DEFINE_UNQUOTED(FORMS_H_LOCATION,$lyx_cv_forms_h_location)