From: <sg...@us...> - 2003-11-19 23:08:57
|
Update of /cvsroot/libfunutil/libfunutil In directory sc8-pr-cvs1:/tmp/cvs-serv7724 Modified Files: toc.s11n.make.at Log Message: another build fix Index: toc.s11n.make.at =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc.s11n.make.at,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- toc.s11n.make.at 19 Nov 2003 22:40:09 -0000 1.4 +++ toc.s11n.make.at 19 Nov 2003 23:08:14 -0000 1.5 @@ -34,10 +34,10 @@ ${MAKE} -C $(S11N_LIBDIR) L_S11N = -L$(S11N_LIBDIR) -l$(S11N_LIBNAME) S11N_CLIENT_LDADD = $(L_S11N) $(LIBCL_CLIENT_LDADD) -ifeq (1,$(configure_enable_zlib)) +ifeq (1,$(HAVE_ZLIB)) S11N_CLIENT_LDADD += -lz endif -ifeq (1,$(configure_enable_bzlib)) +ifeq (1,$(HAVE_BZLIB)) S11N_CLIENT_LDADD += -lbz2 endif |