After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 688377 - configure: add missing square bracket in AS_IF for memmove
configure: add missing square bracket in AS_IF for memmove
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: build
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2012-11-15 10:16 UTC by Olivier Blin
Modified: 2012-11-21 23:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: add missing square bracket in AS_IF for memmove (1010 bytes, patch)
2012-11-15 10:17 UTC, Olivier Blin
committed Details | Review

Description Olivier Blin 2012-11-15 10:16:11 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.
Comment 1 Olivier Blin 2012-11-15 10:17:20 UTC
Created attachment 229033 [details] [review]
configure: add missing square bracket in AS_IF for memmove

This patch fixes the issue.
Comment 2 Matthias Clasen 2012-11-16 16:31:01 UTC
Review of attachment 229033 [details] [review]:

looks right
Comment 3 Colin Walters 2012-11-21 23:00:47 UTC
Attachment 229033 [details] pushed as 5900d60 - configure: add missing square bracket in AS_IF for memmove