mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix linking on cygwin
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4519 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5fd921e9e6
commit
8509fa8fd2
@ -1,3 +1,8 @@
|
||||
2002-07-01 Kayvan A. Sylvan <kayvan@sylvan.com>
|
||||
|
||||
* configure.in (LYX_USE_FRONTEND): Change order of libraries for
|
||||
Cygwin.
|
||||
|
||||
2002-07-01 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* configure.in (VERSION_INFO): use $host instead of $host_alias
|
||||
|
@ -171,7 +171,7 @@ case "$lyx_use_frontend" in
|
||||
FRONTEND="xforms"
|
||||
FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
|
||||
FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
|
||||
FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
|
||||
FRONTEND_LIBS="@XFORMS_LIB@ @XFORMS_IMAGE_LIB@ @XPM_LIB@"
|
||||
FRONTEND_INFO=`cat <<EOF
|
||||
libXpm version: ${XPM_VERSION}\n\
|
||||
libforms version: ${XFORMS_VERSION}\n
|
||||
|
Loading…
Reference in New Issue
Block a user