blob: 0345b8acd04647a8b9a95770442fed5d88ae5c6b (
plain) (
tree)
|
|
--- configure.orig 2008-11-24 13:44:42.000000000 -0600
+++ configure 2008-11-24 13:50:51.000000000 -0600
@@ -29576,6 +29576,12 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
+#ifdef HAVE_SYS_MOUNT_H
+#include <sys/mount.h>
+#endif
int
main ()
{
@@ -31407,7 +31413,7 @@
-for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid
+for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid sysctlbyname
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -36810,6 +36816,8 @@
;;
esac
fi
+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
+ G_THREAD_LIBS="${PTHREAD_LIBS}"
if test x"$G_THREAD_CFLAGS" = x; then
|