summaryrefslogblamecommitdiffstats
path: root/devel/gio-fam-backend/files/patch-ae
blob: a6d6851b09cf1945b1b8b08a01f61454ca4e5a61 (plain) (tree)





























                                                                                                           
--- configure.orig  2010-03-03 21:31:46.000000000 -0500
+++ configure   2010-03-03 21:47:47.000000000 -0500
@@ -714,6 +714,9 @@ ac_includes_default="\
 #ifdef HAVE_SYS_TYPES_H
 # include <sys/types.h>
 #endif
+#ifdef HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
 #ifdef HAVE_SYS_STAT_H
 # include <sys/stat.h>
 #endif
@@ -23020,7 +23023,7 @@ _ACEOF
 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"
@@ -25631,6 +25634,8 @@ fi
          ;;
     esac
   fi
+  G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
+  G_THREAD_LIBS="${PTHREAD_LIBS}"
 
   if test x"$G_THREAD_CFLAGS" = x; then