Makefile.am: Protect placeholders for sed
authorMichael Hanselmann <hansmi@google.com>
Fri, 18 Jan 2013 13:00:04 +0000 (14:00 +0100)
committerMichael Hanselmann <hansmi@google.com>
Fri, 18 Jan 2013 13:40:13 +0000 (14:40 +0100)
commitdf1d5c8f684a54b98e9cbcbf7a6f852b42ca327f
tree4435681e39dcb704799752f290f4aeeff2f74586
parent94d5cee9b7e73a026781f1e56fd6fcdfc39419c4
Makefile.am: Protect placeholders for sed

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.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Michele Tartara <mtartara@google.com>
Makefile.am