On Fri, Jan 18, 2013 at 2:08 PM, Michael Hanselmann <[email protected]>wrote:
> If the placeholder has exactly the same name as the variable used in > autoconf it would be replaced as well. In the case of > ā@ENABLE_SPLIT_QUERY@ā this led to the sed command ās#False#False#gā. > Inserting additional quotes after the first @ sign prevents this. > > Since ENABLE_SPLIT_QUERY was not actually used it is removed. > LGTM. Thanks, Michele
