[glib] Make the qsort_r check cross-compile friendly



commit 6bb8fdaa5fad07713b189ea53e6c5afd67ad9b4e
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Dec 6 07:43:35 2011 -0500

    Make the qsort_r check cross-compile friendly
    
    Pointed out by Daniel Mack.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665607

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1befff3..ca44747 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]