mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +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;
|
||||
else
|
||||
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
|
||||
|
||||
if test x$glib_cv_have_qsort_r = xyes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user