]> git.lyx.org Git - features.git/commitdiff
fix tex2lyx linking for gcc 3.3 and older
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 3 Feb 2005 15:19:46 +0000 (15:19 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Thu, 3 Feb 2005 15:19:46 +0000 (15:19 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9582 a592a061-630c-0410-9148-cb99ea01b6c8

src/tex2lyx/ChangeLog
src/tex2lyx/Makefile.am

index 3aed7b96cb087a63fee8dc4f691e5fc7cbe0ba6f..e021fa0ecc5a4e883737a4aaadaa17ed624f3d25 100644 (file)
@@ -1,6 +1,7 @@
 2005-02-03  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
 
        * text.C (parse_text): handle \includegraphics*
+       * Makefile.am: readd -lz library since gcc 3.3 needs it.
 
 2005-02-02  Angus Leeming  <leeming@lyx.org>
 
index d9026e62fbbd4fa7de22ca4a45a2b26611091631..65f07cd5172a014b788ddaffc05095af74ee1367 100644 (file)
@@ -50,7 +50,7 @@ tex2lyx_SOURCES = \
 
 tex2lyx_LDADD = \
        $(top_builddir)/src/support/libsupport.la \
-       $(BOOST_LIBS)
+       $(BOOST_LIBS) -lz
 
 $(BUILT_SOURCES) :
        @rm -f $@ ; \