summaryrefslogtreecommitdiffstats
path: root/devel/glib20/files/patch-ae
blob: 457a8ef526e68dfa3da6f47031974e83f6889613 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- configure.orig  Sun Jan 29 13:06:22 2006
+++ configure   Sun Jan 29 13:06:48 2006
@@ -32826,7 +32826,6 @@
 
                 #define _XOPEN_SOURCE 600
                 #include <stdlib.h>
-                #include <malloc.h>
        static void test_memalign (size_t boundary, size_t size) {
            void *mem = 0;
            if (posix_memalign (&mem, boundary, size) != 0 || !mem)
@@ -34462,6 +34461,8 @@
          ;;
     esac
   fi
+  G_THREAD_CFLAGS="${PTHREAD_CFLAGS}"
+  G_THREAD_LIBS="${PTHREAD_LIBS}"
 
   if test x"$G_THREAD_CFLAGS" = x; then