fix cygwin linking problems

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6423 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2003-03-10 14:28:14 +00:00
parent a6a948feb1
commit 6524951811
3 changed files with 8 additions and 16 deletions

View File

@ -1,3 +1,9 @@
2003-03-10 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* configure.ac:
* configure.in: remove special handling of linking order for
cygwin
2003-03-05 Lars Gullik Bjønnes <larsbj@gullik.net>
* lyxinclude213.m4: add a AC_HELP_STRING

View File

@ -152,14 +152,7 @@ case "$lyx_use_frontend" in
RPM_FRONTEND_DEPS='libforms >= 1.0'
FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
case "$host" in
*cygwin)
FRONTEND_LIBS="@XFORMS_LIB@ @XFORMS_IMAGE_LIB@ @XPM_LIB@"
;;
*)
FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
;;
esac
FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
FRONTEND_INFO=" libXpm version: ${XPM_VERSION}\n\
libforms version: ${XFORMS_VERSION}\n"
;;

View File

@ -155,14 +155,7 @@ case "$lyx_use_frontend" in
RPM_FRONTEND_DEPS='libforms >= 1.0'
FRONTEND_GUILIB="xforms/*.lo xforms/forms/*.lo"
FRONTEND_INCLUDES="-I\$(srcdir)/xforms"
case "$host" in
*cygwin)
FRONTEND_LIBS="@XFORMS_LIB@ @XFORMS_IMAGE_LIB@ @XPM_LIB@"
;;
*)
FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
;;
esac
FRONTEND_LIBS="@XFORMS_IMAGE_LIB@ @XFORMS_LIB@ @XPM_LIB@"
FRONTEND_INFO=" libXpm version: ${XPM_VERSION}\n\
libforms version: ${XFORMS_VERSION}\n"
;;