]> git.lyx.org Git - lyx.git/commitdiff
Don't wrn about missing flimage.h
authorJohn Levon <levon@movementarian.org>
Mon, 3 Jun 2002 02:48:25 +0000 (02:48 +0000)
committerJohn Levon <levon@movementarian.org>
Mon, 3 Jun 2002 02:48:25 +0000 (02:48 +0000)
a

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4322 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/xforms.m4

index 0fddd42d2aa8407777542692d42c80545a0ff924..20d184800a3f595482b6db23005849d780a22918 100644 (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
index 7e903aecf7d953f43281763e074058ade7eb09b0..b887b75489606ca5672c42c46649c20f97098e2d 100644 (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)