]> git.ipfire.org Git - thirdparty/vala.git/commit
build: Correctly quote square brackets in regular expression 743287e62a0254f505c8907867475f3a5a2d9b98
authorAbderrahim Kitouni <akitouni@gnome.org>
Mon, 13 Aug 2018 17:55:20 +0000 (18:55 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 13 Aug 2018 18:03:32 +0000 (20:03 +0200)
commit743287e62a0254f505c8907867475f3a5a2d9b98
treeef02283e715900b6b02a5a443a8a656e9d1f9507
parent2190d03f6668ac2d0f20d751951413e488188d1d
build: Correctly quote square brackets in regular expression

Square brackets are quotation characters in autoconf, and need to be
further quoted to appear in the resulting script.
configure.ac