mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
rename flag
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8743 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b03602ecc0
commit
704b79209a
@ -1,3 +1,8 @@
|
||||
2004-05-05 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* xforms.m4 (LYX_CHECK_XFORMS_IMAGE_LOADER): rename
|
||||
xforms-image-loader flag to jpeg-image-loader
|
||||
|
||||
2004-03-01 Zvezdan Petkovic <zvezdan@cs.wm.edu>
|
||||
|
||||
* qt.m4 (QT_DO_IT_ALL): if the variables MOC or UIC are set, honor
|
||||
@ -29,7 +34,11 @@
|
||||
|
||||
2003-07-27 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* configure.ac,configure.in,lyxinclude213.m4,relyx_configure.ac,relyx_configure.in: delete file
|
||||
* configure.ac:
|
||||
* configure.in:
|
||||
* lyxinclude213.m4:
|
||||
* relyx_configure.ac:
|
||||
* relyx_configure.in: delete
|
||||
|
||||
2003-07-25 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
|
@ -131,7 +131,7 @@ AC_SEARCH_LIBS(flimage_dup, flimage,
|
||||
fi])
|
||||
|
||||
if test $lyx_use_jpeg_image_loader = yes ; then
|
||||
lyx_flags="$lyx_flags xforms-image-loader"
|
||||
lyx_flags="$lyx_flags jpeg-image-loader"
|
||||
AC_DEFINE(USE_JPEG_IMAGE_LOADER, 1,
|
||||
[Define if you want to be able to load jpeg images natively])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user