GNOME Bugzilla – Bug 688377
configure: add missing square bracket in AS_IF for memmove
Last modified: 2012-11-21 23:00:50 UTC
While converting configure.ac to use AS_IF, a square bracket has been forgotten around the memmove test. This has been broken in commit 54e31ab4f172bbb28434eafc34c9345a93c9ccf5 It seems to be the only hunk that was incorrectly converted.
Created attachment 229033 [details] [review] configure: add missing square bracket in AS_IF for memmove This patch fixes the issue.
Review of attachment 229033 [details] [review]: looks right
Attachment 229033 [details] pushed as 5900d60 - configure: add missing square bracket in AS_IF for memmove