From 823ef29d9d3047d8ca619aba5e1d57766add8e1a Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Mon, 9 Jan 2006 19:36:45 +0000 Subject: [PATCH] disable build of static libs --- Makefile.cvs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.cvs b/Makefile.cvs index 8c6679f..535da89 100644 --- a/Makefile.cvs +++ b/Makefile.cvs @@ -18,7 +18,7 @@ PREFIX = /usr default: configure configure: init - ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) + ./configure --prefix=$(PREFIX) --libdir=$(PREFIX)/$(LIB) --disable-static init: rm -rf autom4te.cache -- 2.7.4