mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user