build: fix configure option --with-static-libs=libXYZ
commit4d0a5d5c93ddab444a0097e1c56e4363574cb2b6
authorMichael Adam <obnox@samba.org>
Mon, 31 Mar 2008 09:58:35 +0000 (31 11:58 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 31 Mar 2008 09:58:35 +0000 (31 11:58 +0200)
tree49e0e7a3cba9295412222f5e97ccf50cd6eb8dd6
parent5c28c74aa06a82559f498373b3d6e9892d5c2cbe
build: fix configure option --with-static-libs=libXYZ

This should not prevent building but linking of shared lib for
subsystem XYZ (example --with-static-libs=libtdb).

m4 quotation is tricky...

Michael
source/m4/aclocal.m4