mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Make the qsort_r check cross-compile friendly
Pointed out by Daniel Mack. https://bugzilla.gnome.org/show_bug.cgi?id=665607
This commit is contained in:
parent
482f226270
commit
6bb8fdaa5f
@ -608,7 +608,7 @@ if test x$ac_cv_func_qsort_r = xyes ; then
|
|||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
return 1;
|
return 1;
|
||||||
}]])],[glib_cv_have_qsort_r=yes],[glib_cv_have_qsort_r=no])])
|
}]])],[glib_cv_have_qsort_r=yes],[glib_cv_have_qsort_r=no],[glib_cv_have_qsort_r=no])])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$glib_cv_have_qsort_r = xyes ; then
|
if test x$glib_cv_have_qsort_r = xyes ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user