--- configure.orig 2010-06-18 12:16:23.000000000 +0000 +++ configure 2010-06-18 12:22:29.000000000 +0000 @@ -714,6 +714,9 @@ #ifdef HAVE_SYS_TYPES_H # include #endif +#ifdef HAVE_SYS_PARAM_H +# include +#endif #ifdef HAVE_SYS_STAT_H # include #endif @@ -5305,7 +5308,7 @@ fi GLIB_RUNTIME_LIBDIR="$with_runtime_libdir" -ABS_GLIB_RUNTIME_LIBDIR="`readlink -f $libdir/$with_runtime_libdir`" +ABS_GLIB_RUNTIME_LIBDIR="`readlink $libdir/$with_runtime_libdir`" if test "x$with_runtime_libdir" != "x"; then @@ -23052,7 +23055,7 @@ fi done -for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid +for ac_func in chown lchmod lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" @@ -25663,6 +25666,8 @@ ;; esac fi + G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" + G_THREAD_LIBS="${PTHREAD_LIBS}" if test x"$G_THREAD_CFLAGS" = x; then