Change how the libraries Makefile adds --configure-option= flags; fixes #1431
authorIan Lynagh <igloo@earth.li>
Fri, 22 Jun 2007 16:09:51 +0000 (16:09 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 22 Jun 2007 16:09:51 +0000 (16:09 +0000)
commitdce65c102b136ee9eb57fadf4cc3fd7a8931d074
tree3691d5dd75b5da48667453c08c9ed20b5375ccf8
parent5abfec6de133babadc55c86a2c7200d48f686f59
Change how the libraries Makefile adds --configure-option= flags; fixes #1431
We now assume that each configure option is quoted with '', and thus
replace " '" with " --configure-option='".
libraries/Makefile