mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
configure: add missing square bracket in AS_IF for memmove
This has been broken in commit 54e31ab4f1
It seems to be the only hunk that was incorrectly converted.
https://bugzilla.gnome.org/show_bug.cgi?id=688377
This commit is contained in:
parent
6e2046207a
commit
5900d60d06
@ -1214,7 +1214,7 @@ AC_FUNC_SNPRINTF_C99
|
|||||||
|
|
||||||
# Check if bcopy can be used for overlapping copies, if memmove isn't found.
|
# Check if bcopy can be used for overlapping copies, if memmove isn't found.
|
||||||
# The check is borrowed from the PERL Configure script.
|
# The check is borrowed from the PERL Configure script.
|
||||||
AS_IF([test "$ac_cv_func_memmove" != "yes"],
|
AS_IF([test "$ac_cv_func_memmove" != "yes"], [
|
||||||
AC_CACHE_CHECK(whether bcopy can handle overlapping copies,
|
AC_CACHE_CHECK(whether bcopy can handle overlapping copies,
|
||||||
glib_cv_working_bcopy,[AC_TRY_RUN([
|
glib_cv_working_bcopy,[AC_TRY_RUN([
|
||||||
int main() {
|
int main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user