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:
Matthias Clasen 2011-12-06 07:43:35 -05:00
parent 482f226270
commit 6bb8fdaa5f

View File

@ -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