mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Don't warn about missing flimage.h
Revert accidental commit to pspell git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH-1_2_X@4321 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d18ef4398c
commit
48ce88a502
@ -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: move from lyxinclude.m4, and add
|
||||
|
@ -31,13 +31,12 @@ AC_DEFUN(CHECK_WITH_PSPELL,
|
||||
pspell_lib_found="Setting to $pspell_use_lib"
|
||||
else
|
||||
pspell_libs="/usr/lib /usr/lib/pspell /usr/local/lib /usr/local/lib/pspell"
|
||||
AC_CHECK_LIB(pspell, main, [LIBCRYPT="-lcrypt"])
|
||||
AC_FIND_FILE(libpspell.a,$pspell_libs,pspell_use_lib)
|
||||
pspell_lib_found="yes"
|
||||
fi
|
||||
|
||||
if test "$pspell_use_include" = "NO" || \
|
||||
test "$pspell_use_lib" = "NO"; then
|
||||
test "$pspell_use_include" = "NO"; then
|
||||
if test "$USE_PSPELL" = "yes"; then
|
||||
USE_PSPELL="not found"
|
||||
fi
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user