Ticket #34086: config.log

File config.log, 67.6 KB (added by macports1@…, 12 years ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by WebKit configure 1.6.3, which was
5generated by GNU Autoconf 2.68.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-dependency-tracking --with-gtk=2.0 --enable-introspection=no --disable-dependency-tracking --with-font-backend=pango --with-target=quartz --enable-svg
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = laptop-01
14uname -m = x86_64
15uname -r = 11.3.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
27Kernel configured for up to 4 processors.
282 processors are physically available.
294 processors are logically available.
30Processor type: i486 (Intel 80486)
31Processors active: 0 1 2 3
32Primary memory available: 8.00 gigabytes
33Default processor set: 104 tasks, 470 threads, 4 processors
34Load average: 4.40, Mach factor: 0.84
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2968: checking build system type
52configure:2982: result: x86_64-apple-darwin11.3.0
53configure:3002: checking host system type
54configure:3015: result: x86_64-apple-darwin11.3.0
55configure:3068: checking for a BSD-compatible install
56configure:3136: result: /usr/bin/install -c
57configure:3147: checking whether build environment is sane
58configure:3197: result: yes
59configure:3338: checking for a thread-safe mkdir -p
60configure:3377: result: Source/autotools/install-sh -c -d
61configure:3390: checking for gawk
62configure:3420: result: no
63configure:3390: checking for mawk
64configure:3420: result: no
65configure:3390: checking for nawk
66configure:3420: result: no
67configure:3390: checking for awk
68configure:3406: found /usr/bin/awk
69configure:3417: result: awk
70configure:3428: checking whether make sets $(MAKE)
71configure:3450: result: yes
72configure:3525: checking how to create a ustar tar archive
73configure:3538: tar --version
74bsdtar 2.8.3 - libarchive 2.8.3
75configure:3541: $? = 0
76configure:3581: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
77configure:3584: $? = 0
78configure:3588: tar -xf - <conftest.tar
79configure:3591: $? = 0
80configure:3604: result: gnutar
81configure:3628: checking for native Win32
82configure:3638: result: no
83configure:3685: checking for style of include used by make
84configure:3713: result: GNU
85configure:3783: checking for gcc
86configure:3810: result: /usr/bin/llvm-gcc-4.2
87configure:4039: checking for C compiler version
88configure:4048: /usr/bin/llvm-gcc-4.2 --version >&5
89i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
90Copyright (C) 2007 Free Software Foundation, Inc.
91This is free software; see the source for copying conditions.  There is NO
92warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
93
94configure:4059: $? = 0
95configure:4048: /usr/bin/llvm-gcc-4.2 -v >&5
96Using built-in specs.
97Target: i686-apple-darwin11
98Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
99Thread model: posix
100gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
101configure:4059: $? = 0
102configure:4048: /usr/bin/llvm-gcc-4.2 -V >&5
103llvm-gcc-4.2: argument to `-V' is missing
104configure:4059: $? = 1
105configure:4048: /usr/bin/llvm-gcc-4.2 -qversion >&5
106i686-apple-darwin11-llvm-gcc-4.2: no input files
107configure:4059: $? = 1
108configure:4079: checking whether the C compiler works
109configure:4101: /usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
110configure:4105: $? = 0
111configure:4153: result: yes
112configure:4156: checking for C compiler default output file name
113configure:4158: result: a.out
114configure:4164: checking for suffix of executables
115configure:4171: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
116configure:4175: $? = 0
117configure:4197: result:
118configure:4219: checking whether we are cross compiling
119configure:4227: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
120configure:4231: $? = 0
121configure:4238: ./conftest
122configure:4242: $? = 0
123configure:4257: result: no
124configure:4262: checking for suffix of object files
125configure:4284: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
126configure:4288: $? = 0
127configure:4309: result: o
128configure:4313: checking whether we are using the GNU C compiler
129configure:4332: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
130configure:4332: $? = 0
131configure:4341: result: yes
132configure:4350: checking whether /usr/bin/llvm-gcc-4.2 accepts -g
133configure:4370: /usr/bin/llvm-gcc-4.2 -c -g -I/opt/local/include conftest.c >&5
134configure:4370: $? = 0
135configure:4411: result: yes
136configure:4428: checking for /usr/bin/llvm-gcc-4.2 option to accept ISO C89
137configure:4492: /usr/bin/llvm-gcc-4.2  -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
138configure:4492: $? = 0
139configure:4505: result: none needed
140configure:4527: checking dependency style of /usr/bin/llvm-gcc-4.2
141configure:4637: result: none
142configure:4765: checking for C++ compiler version
143configure:4774: /usr/bin/llvm-g++-4.2 --version >&5
144i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
145Copyright (C) 2007 Free Software Foundation, Inc.
146This is free software; see the source for copying conditions.  There is NO
147warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
148
149configure:4785: $? = 0
150configure:4774: /usr/bin/llvm-g++-4.2 -v >&5
151Using built-in specs.
152Target: i686-apple-darwin11
153Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
154Thread model: posix
155gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
156configure:4785: $? = 0
157configure:4774: /usr/bin/llvm-g++-4.2 -V >&5
158llvm-g++-4.2: argument to `-V' is missing
159configure:4785: $? = 1
160configure:4774: /usr/bin/llvm-g++-4.2 -qversion >&5
161i686-apple-darwin11-llvm-g++-4.2: no input files
162configure:4785: $? = 1
163configure:4789: checking whether we are using the GNU C++ compiler
164configure:4808: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
165configure:4808: $? = 0
166configure:4817: result: yes
167configure:4826: checking whether /usr/bin/llvm-g++-4.2 accepts -g
168configure:4846: /usr/bin/llvm-g++-4.2 -c -g -I/opt/local/include conftest.cpp >&5
169configure:4846: $? = 0
170configure:4887: result: yes
171configure:4912: checking dependency style of /usr/bin/llvm-g++-4.2
172configure:5022: result: none
173configure:5038: checking whether /usr/bin/llvm-gcc-4.2 and cc understand -c and -o together
174configure:5069: /usr/bin/llvm-gcc-4.2 -c conftest.c -o conftest2.o >&5
175configure:5073: $? = 0
176configure:5079: /usr/bin/llvm-gcc-4.2 -c conftest.c -o conftest2.o >&5
177configure:5083: $? = 0
178configure:5094: cc -c conftest.c >&5
179configure:5098: $? = 0
180configure:5106: cc -c conftest.c -o conftest2.o >&5
181configure:5110: $? = 0
182configure:5116: cc -c conftest.c -o conftest2.o >&5
183configure:5120: $? = 0
184configure:5138: result: yes
185configure:5154: checking how to run the C preprocessor
186configure:5185: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
187configure:5185: $? = 0
188configure:5199: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
189conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
190configure:5199: $? = 1
191configure: failed program was:
192| /* confdefs.h */
193| #define PACKAGE_NAME "WebKit"
194| #define PACKAGE_TARNAME "webkit"
195| #define PACKAGE_VERSION "1.6.3"
196| #define PACKAGE_STRING "WebKit 1.6.3"
197| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
198| #define PACKAGE_URL ""
199| #define PACKAGE "webkit"
200| #define VERSION "1.6.3"
201| /* end confdefs.h.  */
202| #include <ac_nonexistent.h>
203configure:5224: result: /usr/bin/llvm-gcc-4.2 -E
204configure:5244: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
205configure:5244: $? = 0
206configure:5258: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
207conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
208configure:5258: $? = 1
209configure: failed program was:
210| /* confdefs.h */
211| #define PACKAGE_NAME "WebKit"
212| #define PACKAGE_TARNAME "webkit"
213| #define PACKAGE_VERSION "1.6.3"
214| #define PACKAGE_STRING "WebKit 1.6.3"
215| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
216| #define PACKAGE_URL ""
217| #define PACKAGE "webkit"
218| #define VERSION "1.6.3"
219| /* end confdefs.h.  */
220| #include <ac_nonexistent.h>
221configure:5287: checking for grep that handles long lines and -e
222configure:5345: result: /usr/bin/grep
223configure:5350: checking for egrep
224configure:5412: result: /usr/bin/grep -E
225configure:5417: checking for ANSI C header files
226configure:5437: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
227configure:5437: $? = 0
228configure:5510: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c  >&5
229configure:5510: $? = 0
230configure:5510: ./conftest
231configure:5510: $? = 0
232configure:5521: result: yes
233configure:5534: checking for sys/types.h
234configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
235configure:5534: $? = 0
236configure:5534: result: yes
237configure:5534: checking for sys/stat.h
238configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
239configure:5534: $? = 0
240configure:5534: result: yes
241configure:5534: checking for stdlib.h
242configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
243configure:5534: $? = 0
244configure:5534: result: yes
245configure:5534: checking for string.h
246configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
247configure:5534: $? = 0
248configure:5534: result: yes
249configure:5534: checking for memory.h
250configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
251configure:5534: $? = 0
252configure:5534: result: yes
253configure:5534: checking for strings.h
254configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
255configure:5534: $? = 0
256configure:5534: result: yes
257configure:5534: checking for inttypes.h
258configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
259configure:5534: $? = 0
260configure:5534: result: yes
261configure:5534: checking for stdint.h
262configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
263configure:5534: $? = 0
264configure:5534: result: yes
265configure:5534: checking for unistd.h
266configure:5534: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
267configure:5534: $? = 0
268configure:5534: result: yes
269configure:5553: checking if /usr/bin/llvm-g++-4.2 supports -fvisibility=hidden -fvisibility-inlines-hidden
270configure:5559: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -fvisibility=hidden -fvisibility-inlines-hidden -I/opt/local/include conftest.c >&5
271cc1: warning: command line option "-fvisibility-inlines-hidden" is valid for C++/ObjC++ but not for C
272configure:5559: $? = 0
273configure:5560: result: yes
274configure:5575: checking for pkg-config
275configure:5593: found /opt/local/bin/pkg-config
276configure:5606: result: /opt/local/bin/pkg-config
277configure:5620: checking for perl
278configure:5638: found /opt/local/bin/perl
279configure:5650: result: /opt/local/bin/perl
280configure:5664: checking for python
281configure:5682: found /usr/bin/python
282configure:5694: result: /usr/bin/python
283configure:5708: checking for bison
284configure:5726: found /opt/local/bin/bison
285configure:5738: result: /opt/local/bin/bison
286configure:5752: checking for mv
287configure:5770: found /bin/mv
288configure:5782: result: /bin/mv
289configure:5844: checking for gcc
290configure:5871: result: /usr/bin/llvm-gcc-4.2
291configure:6100: checking for C compiler version
292configure:6109: /usr/bin/llvm-gcc-4.2 --version >&5
293i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
294Copyright (C) 2007 Free Software Foundation, Inc.
295This is free software; see the source for copying conditions.  There is NO
296warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
297
298configure:6120: $? = 0
299configure:6109: /usr/bin/llvm-gcc-4.2 -v >&5
300Using built-in specs.
301Target: i686-apple-darwin11
302Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/src/configure --disable-checking --enable-werror --prefix=/Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.9~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
303Thread model: posix
304gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
305configure:6120: $? = 0
306configure:6109: /usr/bin/llvm-gcc-4.2 -V >&5
307llvm-gcc-4.2: argument to `-V' is missing
308configure:6120: $? = 1
309configure:6109: /usr/bin/llvm-gcc-4.2 -qversion >&5
310i686-apple-darwin11-llvm-gcc-4.2: no input files
311configure:6120: $? = 1
312configure:6124: checking whether we are using the GNU C compiler
313configure:6152: result: yes
314configure:6161: checking whether /usr/bin/llvm-gcc-4.2 accepts -g
315configure:6222: result: yes
316configure:6239: checking for /usr/bin/llvm-gcc-4.2 option to accept ISO C89
317configure:6316: result: none needed
318configure:6338: checking dependency style of /usr/bin/llvm-gcc-4.2
319configure:6448: result: none
320configure:6489: checking for special C compiler options needed for large files
321configure:6534: result: no
322configure:6540: checking for _FILE_OFFSET_BITS value needed for large files
323configure:6565: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
324configure:6565: $? = 0
325configure:6597: result: no
326configure:6700: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
327configure:6700: $? = 0
328configure:6714: checking for an ANSI C-conforming const
329configure:6779: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
330configure:6779: $? = 0
331configure:6786: result: yes
332configure:6794: checking for inline
333configure:6810: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
334configure:6810: $? = 0
335configure:6818: result: inline
336configure:6836: checking for working volatile
337configure:6855: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
338configure:6855: $? = 0
339configure:6862: result: yes
340configure:6873: checking for stdbool.h that conforms to C99
341configure:6940: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
342configure:6940: $? = 0
343configure:6947: result: yes
344configure:6949: checking for _Bool
345configure:6949: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
346configure:6949: $? = 0
347configure:6949: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
348conftest.c: In function 'main':
349conftest.c:57: error: expected expression before ')' token
350configure:6949: $? = 1
351configure: failed program was:
352| /* confdefs.h */
353| #define PACKAGE_NAME "WebKit"
354| #define PACKAGE_TARNAME "webkit"
355| #define PACKAGE_VERSION "1.6.3"
356| #define PACKAGE_STRING "WebKit 1.6.3"
357| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
358| #define PACKAGE_URL ""
359| #define PACKAGE "webkit"
360| #define VERSION "1.6.3"
361| #define STDC_HEADERS 1
362| #define HAVE_SYS_TYPES_H 1
363| #define HAVE_SYS_STAT_H 1
364| #define HAVE_STDLIB_H 1
365| #define HAVE_STRING_H 1
366| #define HAVE_MEMORY_H 1
367| #define HAVE_STRINGS_H 1
368| #define HAVE_INTTYPES_H 1
369| #define HAVE_STDINT_H 1
370| #define HAVE_UNISTD_H 1
371| /* end confdefs.h.  */
372| #include <stdio.h>
373| #ifdef HAVE_SYS_TYPES_H
374| # include <sys/types.h>
375| #endif
376| #ifdef HAVE_SYS_STAT_H
377| # include <sys/stat.h>
378| #endif
379| #ifdef STDC_HEADERS
380| # include <stdlib.h>
381| # include <stddef.h>
382| #else
383| # ifdef HAVE_STDLIB_H
384| #  include <stdlib.h>
385| # endif
386| #endif
387| #ifdef HAVE_STRING_H
388| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
389| #  include <memory.h>
390| # endif
391| # include <string.h>
392| #endif
393| #ifdef HAVE_STRINGS_H
394| # include <strings.h>
395| #endif
396| #ifdef HAVE_INTTYPES_H
397| # include <inttypes.h>
398| #endif
399| #ifdef HAVE_STDINT_H
400| # include <stdint.h>
401| #endif
402| #ifdef HAVE_UNISTD_H
403| # include <unistd.h>
404| #endif
405| int
406| main ()
407| {
408| if (sizeof ((_Bool)))
409|           return 0;
410|   ;
411|   return 0;
412| }
413configure:6949: result: yes
414configure:7348: checking how to print strings
415configure:7375: result: printf
416configure:7396: checking for a sed that does not truncate output
417configure:7460: result: /usr/bin/sed
418configure:7478: checking for fgrep
419configure:7540: result: /usr/bin/grep -F
420configure:7575: checking for ld used by /usr/bin/llvm-gcc-4.2
421configure:7642: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
422configure:7649: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
423configure:7664: result: no
424configure:7676: checking for BSD- or MS-compatible name lister (nm)
425configure:7725: result: /usr/bin/nm
426configure:7855: checking the name lister (/usr/bin/nm) interface
427configure:7862: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
428configure:7865: /usr/bin/nm "conftest.o"
429configure:7868: output
4300000000000000000 S _some_variable
431configure:7875: result: BSD nm
432configure:7878: checking whether ln -s works
433configure:7882: result: yes
434configure:7890: checking the maximum length of command line arguments
435configure:8015: result: 196608
436configure:8032: checking whether the shell understands some XSI constructs
437configure:8042: result: yes
438configure:8046: checking whether the shell understands "+="
439configure:8052: result: yes
440configure:8087: checking how to convert x86_64-apple-darwin11.3.0 file names to x86_64-apple-darwin11.3.0 format
441configure:8127: result: func_convert_file_noop
442configure:8134: checking how to convert x86_64-apple-darwin11.3.0 file names to toolchain format
443configure:8154: result: func_convert_file_noop
444configure:8161: checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files
445configure:8168: result: -r
446configure:8242: checking for objdump
447configure:8269: result: objdump
448configure:8298: checking how to recognize dependent libraries
449configure:8500: result: pass_all
450configure:8585: checking for dlltool
451configure:8612: result: dlltool
452configure:8642: checking how to associate runtime and link libraries
453configure:8669: result: printf %s\n
454configure:8729: checking for ar
455configure:8745: found /usr/bin/ar
456configure:8756: result: ar
457configure:8793: checking for archiver @FILE support
458configure:8810: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
459configure:8810: $? = 0
460configure:8813: ar cru libconftest.a @conftest.lst >&5
461ar: @conftest.lst: No such file or directory
462configure:8816: $? = 1
463configure:8836: result: no
464configure:8894: checking for strip
465configure:8910: found /usr/bin/strip
466configure:8921: result: strip
467configure:8993: checking for ranlib
468configure:9009: found /usr/bin/ranlib
469configure:9020: result: ranlib
470configure:9122: checking command to parse /usr/bin/nm output from /usr/bin/llvm-gcc-4.2 object
471configure:9241: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
472configure:9244: $? = 0
473configure:9248: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
474configure:9251: $? = 0
475cannot find nm_test_var in conftest.nm
476configure:9241: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
477configure:9244: $? = 0
478configure:9248: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
479configure:9251: $? = 0
480configure:9317: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c conftstm.o >&5
481configure:9320: $? = 0
482configure:9358: result: ok
483configure:9395: checking for sysroot
484configure:9425: result: no
485configure:9668: checking for mt
486configure:9698: result: no
487configure:9718: checking if : is a manifest tool
488configure:9724: : '-?'
489configure:9732: result: no
490configure:9788: checking for dsymutil
491configure:9804: found /usr/bin/dsymutil
492configure:9815: result: dsymutil
493configure:9880: checking for nmedit
494configure:9896: found /usr/bin/nmedit
495configure:9907: result: nmedit
496configure:9972: checking for lipo
497configure:9988: found /usr/bin/lipo
498configure:9999: result: lipo
499configure:10064: checking for otool
500configure:10080: found /usr/bin/otool
501configure:10091: result: otool
502configure:10156: checking for otool64
503configure:10186: result: no
504configure:10231: checking for -single_module linker flag
505/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
506configure:10258: result: yes
507configure:10260: checking for -exported_symbols_list linker flag
508configure:10280: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
509configure:10280: $? = 0
510configure:10290: result: yes
511configure:10292: checking for -force_load linker flag
512/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -c -o conftest.o conftest.c
513ar cru libconftest.a conftest.o
514ranlib libconftest.a
515/usr/bin/llvm-gcc-4.2 -pipe -O2 -arch x86_64 -L/opt/local/lib -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
516configure:10322: result: yes
517configure:10361: checking for dlfcn.h
518configure:10361: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
519configure:10361: $? = 0
520configure:10361: result: yes
521configure:10526: checking for objdir
522configure:10541: result: .libs
523configure:10812: checking if /usr/bin/llvm-gcc-4.2 supports -fno-rtti -fno-exceptions
524configure:10830: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5
525cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
526configure:10834: $? = 0
527configure:10847: result: no
528configure:11157: checking for /usr/bin/llvm-gcc-4.2 option to produce PIC
529configure:11164: result: -fno-common -DPIC
530configure:11172: checking if /usr/bin/llvm-gcc-4.2 PIC flag -fno-common -DPIC works
531configure:11190: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5
532configure:11194: $? = 0
533configure:11207: result: yes
534configure:11236: checking if /usr/bin/llvm-gcc-4.2 static flag -static works
535configure:11264: result: no
536configure:11279: checking if /usr/bin/llvm-gcc-4.2 supports -c -o file.o
537configure:11300: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5
538configure:11304: $? = 0
539configure:11326: result: yes
540configure:11334: checking if /usr/bin/llvm-gcc-4.2 supports -c -o file.o
541configure:11381: result: yes
542configure:11414: checking whether the /usr/bin/llvm-gcc-4.2 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
543configure:12576: result: yes
544configure:12821: checking dynamic linker characteristics
545configure:13570: result: darwin11.3.0 dyld
546configure:13677: checking how to hardcode library paths into programs
547configure:13702: result: immediate
548configure:14242: checking whether stripping libraries is possible
549configure:14256: result: yes
550configure:14282: checking if libtool supports shared libraries
551configure:14284: result: yes
552configure:14287: checking whether to build shared libraries
553configure:14308: result: yes
554configure:14311: checking whether to build static libraries
555configure:14315: result: no
556configure:14338: checking how to run the C++ preprocessor
557configure:14365: /usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
558configure:14365: $? = 0
559configure:14379: /usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
560conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
561configure:14379: $? = 1
562configure: failed program was:
563| /* confdefs.h */
564| #define PACKAGE_NAME "WebKit"
565| #define PACKAGE_TARNAME "webkit"
566| #define PACKAGE_VERSION "1.6.3"
567| #define PACKAGE_STRING "WebKit 1.6.3"
568| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
569| #define PACKAGE_URL ""
570| #define PACKAGE "webkit"
571| #define VERSION "1.6.3"
572| #define STDC_HEADERS 1
573| #define HAVE_SYS_TYPES_H 1
574| #define HAVE_SYS_STAT_H 1
575| #define HAVE_STDLIB_H 1
576| #define HAVE_STRING_H 1
577| #define HAVE_MEMORY_H 1
578| #define HAVE_STRINGS_H 1
579| #define HAVE_INTTYPES_H 1
580| #define HAVE_STDINT_H 1
581| #define HAVE_UNISTD_H 1
582| #define HAVE__BOOL 1
583| #define HAVE_STDBOOL_H 1
584| #define HAVE_DLFCN_H 1
585| #define LT_OBJDIR ".libs/"
586| /* end confdefs.h.  */
587| #include <ac_nonexistent.h>
588configure:14404: result: /usr/bin/llvm-g++-4.2 -E
589configure:14424: /usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
590configure:14424: $? = 0
591configure:14438: /usr/bin/llvm-g++-4.2 -E -I/opt/local/include conftest.cpp
592conftest.cpp:25:28: error: ac_nonexistent.h: No such file or directory
593configure:14438: $? = 1
594configure: failed program was:
595| /* confdefs.h */
596| #define PACKAGE_NAME "WebKit"
597| #define PACKAGE_TARNAME "webkit"
598| #define PACKAGE_VERSION "1.6.3"
599| #define PACKAGE_STRING "WebKit 1.6.3"
600| #define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
601| #define PACKAGE_URL ""
602| #define PACKAGE "webkit"
603| #define VERSION "1.6.3"
604| #define STDC_HEADERS 1
605| #define HAVE_SYS_TYPES_H 1
606| #define HAVE_SYS_STAT_H 1
607| #define HAVE_STDLIB_H 1
608| #define HAVE_STRING_H 1
609| #define HAVE_MEMORY_H 1
610| #define HAVE_STRINGS_H 1
611| #define HAVE_INTTYPES_H 1
612| #define HAVE_STDINT_H 1
613| #define HAVE_UNISTD_H 1
614| #define HAVE__BOOL 1
615| #define HAVE_STDBOOL_H 1
616| #define HAVE_DLFCN_H 1
617| #define LT_OBJDIR ".libs/"
618| /* end confdefs.h.  */
619| #include <ac_nonexistent.h>
620configure:14608: checking for ld used by /usr/bin/llvm-g++-4.2
621configure:14675: result: /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
622configure:14682: checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld
623configure:14697: result: no
624configure:14752: checking whether the /usr/bin/llvm-g++-4.2 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
625configure:15756: result: yes
626configure:15791: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.cpp >&5
627configure:15794: $? = 0
628configure:16314: checking for /usr/bin/llvm-g++-4.2 option to produce PIC
629configure:16321: result: -fno-common -DPIC
630configure:16329: checking if /usr/bin/llvm-g++-4.2 PIC flag -fno-common -DPIC works
631configure:16347: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.cpp >&5
632configure:16351: $? = 0
633configure:16364: result: yes
634configure:16387: checking if /usr/bin/llvm-g++-4.2 static flag -static works
635configure:16415: result: no
636configure:16427: checking if /usr/bin/llvm-g++-4.2 supports -c -o file.o
637configure:16448: /usr/bin/llvm-g++-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.cpp >&5
638configure:16452: $? = 0
639configure:16474: result: yes
640configure:16479: checking if /usr/bin/llvm-g++-4.2 supports -c -o file.o
641configure:16526: result: yes
642configure:16556: checking whether the /usr/bin/llvm-g++-4.2 linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries
643configure:16593: result: yes
644configure:16736: checking dynamic linker characteristics
645configure:17419: result: darwin11.3.0 dyld
646configure:17472: checking how to hardcode library paths into programs
647configure:17497: result: immediate
648configure:17563: checking for bash
649configure:17581: found /bin/bash
650configure:17593: result: /bin/bash
651configure:17601: checking if dolt supports this host
652configure:17626: result: no, falling back to libtool
653configure:17761: checking for flex
654configure:17779: found /opt/local/bin/flex
655configure:17791: result: /opt/local/bin/flex
656configure:17808: checking for gawk
657configure:17835: result: awk
658configure:17884: checking for gperf
659configure:17902: found /opt/local/bin/gperf
660configure:17914: result: /opt/local/bin/gperf
661configure:18012: checking pthread.h usability
662configure:18012: /usr/bin/llvm-gcc-4.2 -c -pipe -O2 -arch x86_64 -I/opt/local/include conftest.c >&5
663configure:18012: $? = 0
664configure:18012: result: yes
665configure:18012: checking pthread.h presence
666configure:18012: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
667configure:18012: $? = 0
668configure:18012: result: yes
669configure:18012: checking for pthread.h
670configure:18012: result: yes
671configure:18026: checking for pthread_rwlock_init in -lpthread
672configure:18051: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -lpthread   >&5
673configure:18051: $? = 0
674configure:18060: result: yes
675configure:18074: checking for jpeg_destroy_decompress in -ljpeg
676configure:18099: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -ljpeg   >&5
677configure:18099: $? = 0
678configure:18108: result: yes
679configure:18118: checking for jpeglib
680configure:18128: /usr/bin/llvm-gcc-4.2 -E -I/opt/local/include conftest.c
681configure:18128: $? = 0
682configure:18134: result: yes
683configure:18147: checking for libpng
684configure:18150: result: yes
685configure:18256: checking the GTK+ version to use
686configure:18269: result: 2.0
687configure:18313: checking the target windowing system
688configure:18329: result: quartz
689configure:18332: checking for Hildon UI extensions
690configure:18342: result: no
691configure:18727: checking pkg-config is at least version 0.16
692configure:18730: result: yes
693configure:18747: checking for GLIB - version >= 2.27.90
694configure:18861: /usr/bin/llvm-gcc-4.2 -o conftest -pipe -O2 -arch x86_64 -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include   -I/opt/local/include -L/opt/local/lib -arch x86_64 conftest.c -L/opt/local/lib -lgmodule-2.0 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl    >&5
695configure:18861: $? = 0
696configure:18861: ./conftest
697configure:18861: $? = 0
698configure:18875: result: yes (version 2.32.1)
699configure:19065: checking pkg-config is at least version 0.16
700configure:19068: result: yes
701configure:19187: checking which Unicode backend to use
702configure:19203: result: icu
703configure:19370: checking for ZLIB
704configure:19377: $PKG_CONFIG --exists --print-errors "zlib"
705configure:19380: $? = 0
706configure:19394: $PKG_CONFIG --exists --print-errors "zlib"
707configure:19397: $? = 0
708configure:19455: result: yes
709configure:19484: checking for LIBXML
710configure:19491: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= $LIBXML_REQUIRED_VERSION"
711configure:19494: $? = 0
712configure:19508: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= $LIBXML_REQUIRED_VERSION"
713configure:19511: $? = 0
714configure:19569: result: yes
715configure:19578: checking for PANGO
716configure:19586: $PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED_VERSION
717                   pangoft2"
718configure:19590: $? = 0
719configure:19606: $PKG_CONFIG --exists --print-errors "pango >= $PANGO_REQUIRED_VERSION
720                   pangoft2"
721configure:19610: $? = 0
722configure:19672: result: yes
723configure:19679: checking whether to enable spellcheck support
724configure:19688: result: yes
725configure:19694: checking for ENCHANT
726configure:19701: $PKG_CONFIG --exists --print-errors "enchant >= $ENCHANT_REQUIRED_VERSION"
727configure:19704: $? = 0
728configure:19718: $PKG_CONFIG --exists --print-errors "enchant >= $ENCHANT_REQUIRED_VERSION"
729configure:19721: $? = 0
730configure:19759: result: yes
731configure:19769: checking for GAIL
732configure:19776: $PKG_CONFIG --exists --print-errors "$GAIL_PC_NAME >= $GAIL_REQUIRED_VERSION"
733configure:19779: $? = 0
734configure:19793: $PKG_CONFIG --exists --print-errors "$GAIL_PC_NAME >= $GAIL_REQUIRED_VERSION"
735configure:19796: $? = 0
736configure:19854: result: yes
737configure:20051: checking for CAIRO
738configure:20058: $PKG_CONFIG --exists --print-errors "cairo >= $CAIRO_REQUIRED_VERSION"
739configure:20061: $? = 0
740configure:20075: $PKG_CONFIG --exists --print-errors "cairo >= $CAIRO_REQUIRED_VERSION"
741configure:20078: $? = 0
742configure:20136: result: yes
743configure:20142: checking for GTK
744configure:20149: $PKG_CONFIG --exists --print-errors "gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION"
745configure:20152: $? = 0
746configure:20166: $PKG_CONFIG --exists --print-errors "gtk+-$GTK_API_VERSION >= $GTK_REQUIRED_VERSION"
747configure:20169: $? = 0
748configure:20227: result: yes
749configure:20367: checking whether to do a debug build
750configure:20376: result: no
751configure:20380: checking whether to enable optimized builds
752configure:20389: result: yes
753configure:20393: checking whether to enable support for 3D Rendering
754configure:20402: result: no
755configure:20406: checking whether to enable WebGL support
756configure:20415: result: no
757configure:20452: checking whether to enable HTML5 Channel Messaging support
758configure:20461: result: yes
759configure:20465: checking whether to enable notifications
760configure:20474: result: no
761configure:20478: checking whether to enable HTML5 meter tag
762configure:20487: result: yes
763configure:20491: checking whether to enable Page Visibility API support
764configure:20500: result: no
765configure:20504: checking whether to enable HTML5 progress tag
766configure:20513: result: yes
767configure:20517: checking whether to enable JavaScript debugger/profiler support
768configure:20526: result: yes
769configure:20530: checking whether to enable HTML5 datagrid support
770configure:20539: result: no
771configure:20543: checking whether to enable HTML5 data transfer items support
772configure:20552: result: no
773configure:20556: checking whether to enable HTML5 offline web applications support
774configure:20565: result: yes
775configure:20569: checking whether to enable HTML5 client-side session and persistent storage support
776configure:20578: result: yes
777configure:20582: checking whether to enable the indexed database API
778configure:20591: result: no
779configure:20595: checking whether to enable the color input
780configure:20604: result: no
781configure:20608: checking whether to enable the speech input API
782configure:20617: result: no
783configure:20621: checking whether to enable SQL client-side database storage support
784configure:20630: result: yes
785configure:20634: checking whether to enable icon database support
786configure:20643: result: yes
787configure:20647: checking whether to enable image resizer API support
788configure:20656: result: no
789configure:20660: checking whether to enable HTML5 datalist support
790configure:20669: result: yes
791configure:20673: checking whether to enable HTML5 sandboxed iframe support
792configure:20682: result: yes
793configure:20686: checking whether to enable HTML5 video support
794configure:20695: result: yes
795configure:20704: checking whether to enable HTML5 video track support
796configure:20713: result: yes
797configure:20717: checking whether to enable media source support
798configure:20726: result: no
799configure:20730: checking whether to enable media statistics support
800configure:20739: result: no
801configure:20743: checking whether to enable Fullscreen API support
802configure:20752: result: yes
803configure:20756: checking whether to enable media stream support
804configure:20765: result: no
805configure:20769: checking whether to enable XHTML-MP support
806configure:20778: result: no
807configure:20782: checking whether to enable XPath support
808configure:20791: result: yes
809configure:20795: checking whether to enable XSLT support
810configure:20804: result: yes
811configure:20808: checking whether to enable geolocation support
812configure:20817: result: no
813configure:20821: checking whether to enable client-based geolocation support
814configure:20830: result: no
815configure:20834: checking whether to enable MathML support
816configure:20843: result: no
817configure:20847: checking whether to enable SVG support
818configure:20856: result: yes
819configure:20860: checking whether to enable WCSS support
820configure:20869: result: no
821configure:20873: checking whether to enable SharedWorkers support
822configure:20882: result: yes
823configure:20886: checking whether to enable Web Workers support
824configure:20895: result: yes
825configure:20899: checking whether to enable directory upload support
826configure:20908: result: no
827configure:20912: checking whether to enable HTML5 FileSystem API support
828configure:20921: result: no
829configure:20925: checking whether to enable Quota API support
830configure:20934: result: no
831configure:20943: checking whether to enable support for filters
832configure:20952: result: yes
833configure:20956: checking whether to enable support for SVG fonts
834configure:20965: result: yes
835configure:20979: checking whether to enable Web Sockets support
836configure:20988: result: yes
837configure:20992: checking whether to enable Web Audio support
838configure:21001: result: no
839configure:21005: checking whether to enable Web Timing support
840configure:21014: result: no
841configure:21018: checking whether to enable Blob support
842configure:21027: result: yes
843configure:21031: checking whether to enable Fast Mobile Scrolling
844configure:21040: result: no
845configure:21044: checking whether to enable code coverage support
846configure:21053: result: no
847configure:21057: checking whether to enable optimized memory allocator
848configure:21066: result: yes
849configure:21070: checking whether to enable debug symbols
850configure:21079: result: no
851configure:21083: checking whether to enable debug features
852configure:21092: result: no
853configure:21095: checking whether to enable JIT compilation
854configure:21175: result: yes
855configure:21179: checking whether to enable opcode stats
856configure:21188: result: no
857configure:21201: checking whether to enable link prefetch support
858configure:21210: result: no
859configure:21220: checking whether to enable GObject introspection support
860configure:21229: result: no
861configure:21233: checking whether to enable Animation API support
862configure:21242: result: no
863configure:21246: checking whether to enable touch icon loading
864configure:21255: result: no
865configure:21259: checking whether to enable Register Protocol Handler
866configure:21268: result: no
867configure:21272: checking whether to enable DeviceOrientation
868configure:21281: result: no
869configure:21397: checking the font backend to use
870configure:21412: result: pango
871configure:21443: checking for LIBSOUP
872configure:21450: $PKG_CONFIG --exists --print-errors "libsoup-2.4 >= $LIBSOUP_REQUIRED_VERSION"
873configure:21453: $? = 0
874configure:21467: $PKG_CONFIG --exists --print-errors "libsoup-2.4 >= $LIBSOUP_REQUIRED_VERSION"
875configure:21470: $? = 0
876configure:21528: result: yes
877configure:21758: checking for SQLITE3
878configure:21765: $PKG_CONFIG --exists --print-errors "sqlite3 >= $SQLITE_REQUIRED_VERSION"
879configure:21768: $? = 0
880configure:21782: $PKG_CONFIG --exists --print-errors "sqlite3 >= $SQLITE_REQUIRED_VERSION"
881configure:21785: $? = 0
882configure:21823: result: yes
883configure:21901: checking for LIBXSLT
884configure:21908: $PKG_CONFIG --exists --print-errors "libxslt >= $LIBXSLT_REQUIRED_VERSION"
885configure:21911: $? = 0
886configure:21925: $PKG_CONFIG --exists --print-errors "libxslt >= $LIBXSLT_REQUIRED_VERSION"
887configure:21928: $? = 0
888configure:21986: result: yes
889configure:22096: checking for XRENDER
890configure:22103: $PKG_CONFIG --exists --print-errors "xrender"
891Package xrender was not found in the pkg-config search path.
892Perhaps you should add the directory containing `xrender.pc'
893to the PKG_CONFIG_PATH environment variable
894No package 'xrender' found
895configure:22106: $? = 1
896configure:22120: $PKG_CONFIG --exists --print-errors "xrender"
897Package xrender was not found in the pkg-config search path.
898Perhaps you should add the directory containing `xrender.pc'
899to the PKG_CONFIG_PATH environment variable
900No package 'xrender' found
901configure:22123: $? = 1
902configure:22137: result: no
903No package 'xrender' found
904configure:22153: error: Package requirements (xrender) were not met:
905
906No package 'xrender' found
907
908Consider adjusting the PKG_CONFIG_PATH environment variable if you
909installed software in a non-standard prefix.
910
911Alternatively, you may set the environment variables XRENDER_CFLAGS
912and XRENDER_LIBS to avoid the need to call pkg-config.
913See the pkg-config man page for more details.
914
915## ---------------- ##
916## Cache variables. ##
917## ---------------- ##
918
919ac_cv_build=x86_64-apple-darwin11.3.0
920ac_cv_c_compiler_gnu=yes
921ac_cv_c_const=yes
922ac_cv_c_inline=inline
923ac_cv_c_volatile=yes
924ac_cv_cxx_compiler_gnu=yes
925ac_cv_env_CAIRO_CFLAGS_set=
926ac_cv_env_CAIRO_CFLAGS_value=
927ac_cv_env_CAIRO_LIBS_set=
928ac_cv_env_CAIRO_LIBS_value=
929ac_cv_env_CCC_set=
930ac_cv_env_CCC_value=
931ac_cv_env_CC_set=set
932ac_cv_env_CC_value=/usr/bin/llvm-gcc-4.2
933ac_cv_env_CFLAGS_set=set
934ac_cv_env_CFLAGS_value='-pipe -O2 -arch x86_64'
935ac_cv_env_CPPFLAGS_set=set
936ac_cv_env_CPPFLAGS_value=-I/opt/local/include
937ac_cv_env_CPP_set=
938ac_cv_env_CPP_value=
939ac_cv_env_CXXCPP_set=
940ac_cv_env_CXXCPP_value=
941ac_cv_env_CXXFLAGS_set=set
942ac_cv_env_CXXFLAGS_value='-pipe -O2 -arch x86_64'
943ac_cv_env_CXX_set=set
944ac_cv_env_CXX_value=/usr/bin/llvm-g++-4.2
945ac_cv_env_ENCHANT_CFLAGS_set=
946ac_cv_env_ENCHANT_CFLAGS_value=
947ac_cv_env_ENCHANT_LIBS_set=
948ac_cv_env_ENCHANT_LIBS_value=
949ac_cv_env_FREETYPE_CFLAGS_set=
950ac_cv_env_FREETYPE_CFLAGS_value=
951ac_cv_env_FREETYPE_LIBS_set=
952ac_cv_env_FREETYPE_LIBS_value=
953ac_cv_env_GAIL_CFLAGS_set=
954ac_cv_env_GAIL_CFLAGS_value=
955ac_cv_env_GAIL_LIBS_set=
956ac_cv_env_GAIL_LIBS_value=
957ac_cv_env_GEOCLUE_CFLAGS_set=
958ac_cv_env_GEOCLUE_CFLAGS_value=
959ac_cv_env_GEOCLUE_LIBS_set=
960ac_cv_env_GEOCLUE_LIBS_value=
961ac_cv_env_GSTREAMER_CFLAGS_set=
962ac_cv_env_GSTREAMER_CFLAGS_value=
963ac_cv_env_GSTREAMER_LIBS_set=
964ac_cv_env_GSTREAMER_LIBS_value=
965ac_cv_env_GTK2_CFLAGS_set=
966ac_cv_env_GTK2_CFLAGS_value=
967ac_cv_env_GTK2_LIBS_set=
968ac_cv_env_GTK2_LIBS_value=
969ac_cv_env_GTKDOC_DEPS_CFLAGS_set=
970ac_cv_env_GTKDOC_DEPS_CFLAGS_value=
971ac_cv_env_GTKDOC_DEPS_LIBS_set=
972ac_cv_env_GTKDOC_DEPS_LIBS_value=
973ac_cv_env_GTK_CFLAGS_set=
974ac_cv_env_GTK_CFLAGS_value=
975ac_cv_env_GTK_LIBS_set=
976ac_cv_env_GTK_LIBS_value=
977ac_cv_env_HILDON_CFLAGS_set=
978ac_cv_env_HILDON_CFLAGS_value=
979ac_cv_env_HILDON_LIBS_set=
980ac_cv_env_HILDON_LIBS_value=
981ac_cv_env_INTROSPECTION_CFLAGS_set=
982ac_cv_env_INTROSPECTION_CFLAGS_value=
983ac_cv_env_INTROSPECTION_LIBS_set=
984ac_cv_env_INTROSPECTION_LIBS_value=
985ac_cv_env_LDFLAGS_set=set
986ac_cv_env_LDFLAGS_value='-L/opt/local/lib -arch x86_64'
987ac_cv_env_LIBSOUP_CFLAGS_set=
988ac_cv_env_LIBSOUP_CFLAGS_value=
989ac_cv_env_LIBSOUP_LIBS_set=
990ac_cv_env_LIBSOUP_LIBS_value=
991ac_cv_env_LIBS_set=
992ac_cv_env_LIBS_value=
993ac_cv_env_LIBXML_CFLAGS_set=
994ac_cv_env_LIBXML_CFLAGS_value=
995ac_cv_env_LIBXML_LIBS_set=
996ac_cv_env_LIBXML_LIBS_value=
997ac_cv_env_LIBXSLT_CFLAGS_set=
998ac_cv_env_LIBXSLT_CFLAGS_value=
999ac_cv_env_LIBXSLT_LIBS_set=
1000ac_cv_env_LIBXSLT_LIBS_value=
1001ac_cv_env_PANGO_CFLAGS_set=
1002ac_cv_env_PANGO_CFLAGS_value=
1003ac_cv_env_PANGO_LIBS_set=
1004ac_cv_env_PANGO_LIBS_value=
1005ac_cv_env_PKG_CONFIG_LIBDIR_set=
1006ac_cv_env_PKG_CONFIG_LIBDIR_value=
1007ac_cv_env_PKG_CONFIG_PATH_set=
1008ac_cv_env_PKG_CONFIG_PATH_value=
1009ac_cv_env_PKG_CONFIG_set=
1010ac_cv_env_PKG_CONFIG_value=
1011ac_cv_env_SQLITE3_CFLAGS_set=
1012ac_cv_env_SQLITE3_CFLAGS_value=
1013ac_cv_env_SQLITE3_LIBS_set=
1014ac_cv_env_SQLITE3_LIBS_value=
1015ac_cv_env_UNICODE_CFLAGS_set=
1016ac_cv_env_UNICODE_CFLAGS_value=
1017ac_cv_env_UNICODE_LIBS_set=
1018ac_cv_env_UNICODE_LIBS_value=
1019ac_cv_env_XRENDER_CFLAGS_set=
1020ac_cv_env_XRENDER_CFLAGS_value=
1021ac_cv_env_XRENDER_LIBS_set=
1022ac_cv_env_XRENDER_LIBS_value=
1023ac_cv_env_XT_CFLAGS_set=
1024ac_cv_env_XT_CFLAGS_value=
1025ac_cv_env_XT_LIBS_set=
1026ac_cv_env_XT_LIBS_value=
1027ac_cv_env_ZLIB_CFLAGS_set=
1028ac_cv_env_ZLIB_CFLAGS_value=
1029ac_cv_env_ZLIB_LIBS_set=
1030ac_cv_env_ZLIB_LIBS_value=
1031ac_cv_env_build_alias_set=
1032ac_cv_env_build_alias_value=
1033ac_cv_env_host_alias_set=
1034ac_cv_env_host_alias_value=
1035ac_cv_env_target_alias_set=
1036ac_cv_env_target_alias_value=
1037ac_cv_header_dlfcn_h=yes
1038ac_cv_header_inttypes_h=yes
1039ac_cv_header_memory_h=yes
1040ac_cv_header_pthread_h=yes
1041ac_cv_header_stdbool_h=yes
1042ac_cv_header_stdc=yes
1043ac_cv_header_stdint_h=yes
1044ac_cv_header_stdlib_h=yes
1045ac_cv_header_string_h=yes
1046ac_cv_header_strings_h=yes
1047ac_cv_header_sys_stat_h=yes
1048ac_cv_header_sys_types_h=yes
1049ac_cv_header_unistd_h=yes
1050ac_cv_host=x86_64-apple-darwin11.3.0
1051ac_cv_lib_jpeg_jpeg_destroy_decompress=yes
1052ac_cv_lib_pthread_pthread_rwlock_init=yes
1053ac_cv_objext=o
1054ac_cv_path_BISON=/opt/local/bin/bison
1055ac_cv_path_DOLT_BASH=/bin/bash
1056ac_cv_path_EGREP='/usr/bin/grep -E'
1057ac_cv_path_FGREP='/usr/bin/grep -F'
1058ac_cv_path_FLEX=/opt/local/bin/flex
1059ac_cv_path_GPERF=/opt/local/bin/gperf
1060ac_cv_path_GREP=/usr/bin/grep
1061ac_cv_path_MV=/bin/mv
1062ac_cv_path_PERL=/opt/local/bin/perl
1063ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config
1064ac_cv_path_PYTHON=/usr/bin/python
1065ac_cv_path_SED=/usr/bin/sed
1066ac_cv_prog_AWK=awk
1067ac_cv_prog_CPP='/usr/bin/llvm-gcc-4.2 -E'
1068ac_cv_prog_CXXCPP='/usr/bin/llvm-g++-4.2 -E'
1069ac_cv_prog_ac_ct_AR=ar
1070ac_cv_prog_ac_ct_CC=/usr/bin/llvm-gcc-4.2
1071ac_cv_prog_ac_ct_DLLTOOL=dlltool
1072ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
1073ac_cv_prog_ac_ct_LIPO=lipo
1074ac_cv_prog_ac_ct_NMEDIT=nmedit
1075ac_cv_prog_ac_ct_OBJDUMP=objdump
1076ac_cv_prog_ac_ct_OTOOL=otool
1077ac_cv_prog_ac_ct_RANLIB=ranlib
1078ac_cv_prog_ac_ct_STRIP=strip
1079ac_cv_prog_cc__usr_bin_llvm_gcc_4_2_c_o=yes
1080ac_cv_prog_cc_c89=
1081ac_cv_prog_cc_g=yes
1082ac_cv_prog_cxx_g=yes
1083ac_cv_prog_make_make_set=yes
1084ac_cv_sys_file_offset_bits=no
1085ac_cv_sys_largefile_CC=no
1086ac_cv_type__Bool=yes
1087am_cv_CC_dependencies_compiler_type=none
1088am_cv_CXX_dependencies_compiler_type=none
1089am_cv_prog_cc_stdc=
1090am_cv_prog_tar_ustar=gnutar
1091lt_cv_apple_cc_single_mod=yes
1092lt_cv_ar_at_file=no
1093lt_cv_deplibs_check_method=pass_all
1094lt_cv_file_magic_cmd='$MAGIC_CMD'
1095lt_cv_file_magic_test_file=
1096lt_cv_ld_exported_symbols_list=yes
1097lt_cv_ld_force_load=yes
1098lt_cv_ld_reload_flag=-r
1099lt_cv_nm_interface='BSD nm'
1100lt_cv_objdir=.libs
1101lt_cv_path_LD=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
1102lt_cv_path_LDCXX=/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
1103lt_cv_path_NM=/usr/bin/nm
1104lt_cv_path_mainfest_tool=no
1105lt_cv_prog_compiler_c_o=yes
1106lt_cv_prog_compiler_c_o_CXX=yes
1107lt_cv_prog_compiler_pic='-fno-common -DPIC'
1108lt_cv_prog_compiler_pic_CXX='-fno-common -DPIC'
1109lt_cv_prog_compiler_pic_works=yes
1110lt_cv_prog_compiler_pic_works_CXX=yes
1111lt_cv_prog_compiler_rtti_exceptions=no
1112lt_cv_prog_compiler_static_works=no
1113lt_cv_prog_compiler_static_works_CXX=no
1114lt_cv_prog_gnu_ld=no
1115lt_cv_prog_gnu_ldcxx=no
1116lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
1117lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
1118lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
1119lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
1120lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
1121lt_cv_sys_max_cmd_len=196608
1122lt_cv_to_host_file_cmd=func_convert_file_noop
1123lt_cv_to_tool_file_cmd=func_convert_file_noop
1124pkg_cv_CAIRO_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1125pkg_cv_CAIRO_LIBS='-L/opt/local/lib -lcairo  '
1126pkg_cv_ENCHANT_CFLAGS='-D_REENTRANT -I/opt/local/include/enchant -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1127pkg_cv_ENCHANT_LIBS='-L/opt/local/lib -lenchant -lgmodule-2.0 -lglib-2.0 -lintl  '
1128pkg_cv_GAIL_CFLAGS='-D_REENTRANT -I/opt/local/include/gail-1.0 -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1129pkg_cv_GAIL_LIBS='-framework Cocoa -L/opt/local/lib -lgailutil -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lpangocairo-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgmodule-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl  '
1130pkg_cv_GTK_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1131pkg_cv_GTK_LIBS='-framework Cocoa -L/opt/local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lpangocairo-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgmodule-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl  '
1132pkg_cv_LIBSOUP_CFLAGS='-D_REENTRANT -I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1133pkg_cv_LIBSOUP_LIBS='-L/opt/local/lib -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  '
1134pkg_cv_LIBXML_CFLAGS='-I/opt/local/include/libxml2  '
1135pkg_cv_LIBXML_LIBS='-L/opt/local/lib -lxml2  '
1136pkg_cv_LIBXSLT_CFLAGS='-I/opt/local/include -I/opt/local/include/libxml2  '
1137pkg_cv_LIBXSLT_LIBS='-L/opt/local/lib -lxslt -lz -lpthread -liconv -lm -lxml2  '
1138pkg_cv_PANGO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2  '
1139pkg_cv_PANGO_LIBS='-L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  '
1140pkg_cv_SQLITE3_CFLAGS='-I/opt/local/include  '
1141pkg_cv_SQLITE3_LIBS='-L/opt/local/lib -lsqlite3  '
1142pkg_cv_ZLIB_CFLAGS='-I/opt/local/include  '
1143pkg_cv_ZLIB_LIBS='-L/opt/local/lib -lz  '
1144
1145## ----------------- ##
1146## Output variables. ##
1147## ----------------- ##
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159          $(INSTALL_DATA) $$files "$(DESTDIR)$(gsettingsschemadir)" || exit $$?; \
1160          echo " $(INSTALL_DATA) $$files '\''$(DESTDIR)$(gsettingsschemadir)'\''"; \
1161          echo "$$d$$p"; \
1162          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1163        $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead "  <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" --ftail "</schemalist>" $(gsettings_ENUM_FILES) > $@.tmp && mv $@.tmp $@
1164        $(AM_V_GEN) if test -f "$<"; then d=; else d="$(srcdir)/"; fi; $(GLIB_COMPILE_SCHEMAS) --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$${d}$< && touch $@
1165        @$(NORMAL_INSTALL)
1166        @$(NORMAL_UNINSTALL)
1167        @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \
1168        @list='\''$(gsettings__enum_file) $(gsettings_SCHEMAS)'\''; test -n "$(gsettingsschemadir)" || list=; \
1169        cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
1170        done
1171        done | $(gsettings__base_list) | \
1172        echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \
1173        files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
1174        for p in $$list; do \
1175        rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
1176        test -n "$$files" || exit 0; \
1177        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
1178        test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
1179        test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"
1180        while read files; do \
1181  sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
1182  sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
1183$(gsettings__enum_file): $(gsettings_ENUM_FILES)
1184%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
1185.PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas
1186.SECONDARY: $(gsettings_SCHEMAS)
1187ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/missing --run aclocal-1.11'
1188ACLOCAL_AMFLAGS='-I Source/autotools'
1189AMDEPBACKSLASH=''
1190AMDEP_FALSE=''
1191AMDEP_TRUE='#'
1192AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/missing --run tar'
1193AM_BACKSLASH='\'
1194AM_DEFAULT_VERBOSITY='0'
1195AR='ar'
1196AS='as'
1197AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/missing --run autoconf'
1198AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/missing --run autoheader'
1199AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/missing --run automake-1.11'
1200AWK='awk'
1201BISON='/opt/local/bin/bison'
1202CAIRO_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1203CAIRO_LIBS='-L/opt/local/lib -lcairo  '
1204CC='/usr/bin/llvm-gcc-4.2'
1205CCDEPMODE='depmode=none'
1206CFLAGS='-pipe -O2 -arch x86_64 -O2'
1207COVERAGE_CFLAGS=''
1208COVERAGE_LDFLAGS=''
1209CPP='/usr/bin/llvm-gcc-4.2 -E'
1210CPPFLAGS='-I/opt/local/include'
1211CXX='/usr/bin/llvm-g++-4.2'
1212CXXCPP='/usr/bin/llvm-g++-4.2 -E'
1213CXXDEPMODE='depmode=none'
1214CXXFLAGS='-pipe -O2 -arch x86_64 -O2'
1215CYGPATH_W='echo'
1216DEFS=''
1217DEPDIR='.deps'
1218DLLTOOL='dlltool'
1219DOLT_BASH='/bin/bash'
1220DSYMUTIL='dsymutil'
1221DUMPBIN=''
1222ECHO_C='\c'
1223ECHO_N=''
1224ECHO_T=''
1225EGREP='/usr/bin/grep -E'
1226ENABLE_3D_RENDERING_FALSE=''
1227ENABLE_3D_RENDERING_TRUE=''
1228ENABLE_ANIMATION_API_FALSE=''
1229ENABLE_ANIMATION_API_TRUE=''
1230ENABLE_BLOB_FALSE=''
1231ENABLE_BLOB_TRUE=''
1232ENABLE_CHANNEL_MESSAGING_FALSE=''
1233ENABLE_CHANNEL_MESSAGING_TRUE=''
1234ENABLE_CLIENT_BASED_GEOLOCATION_FALSE=''
1235ENABLE_CLIENT_BASED_GEOLOCATION_TRUE=''
1236ENABLE_COVERAGE_FALSE=''
1237ENABLE_COVERAGE_TRUE=''
1238ENABLE_DATAGRID_FALSE=''
1239ENABLE_DATAGRID_TRUE=''
1240ENABLE_DATALIST_FALSE=''
1241ENABLE_DATALIST_TRUE=''
1242ENABLE_DATA_TRANSFER_ITEMS_FALSE=''
1243ENABLE_DATA_TRANSFER_ITEMS_TRUE=''
1244ENABLE_DEBUG_FALSE=''
1245ENABLE_DEBUG_TRUE=''
1246ENABLE_DETAILS_FALSE=''
1247ENABLE_DETAILS_TRUE=''
1248ENABLE_DEVICE_ORIENTATION_FALSE=''
1249ENABLE_DEVICE_ORIENTATION_TRUE=''
1250ENABLE_DIRECTORY_UPLOAD_FALSE=''
1251ENABLE_DIRECTORY_UPLOAD_TRUE=''
1252ENABLE_DOM_STORAGE_FALSE=''
1253ENABLE_DOM_STORAGE_TRUE=''
1254ENABLE_FAST_MALLOC_FALSE=''
1255ENABLE_FAST_MALLOC_TRUE=''
1256ENABLE_FAST_MOBILE_SCROLLING_FALSE=''
1257ENABLE_FAST_MOBILE_SCROLLING_TRUE=''
1258ENABLE_FILE_SYSTEM_FALSE=''
1259ENABLE_FILE_SYSTEM_TRUE=''
1260ENABLE_FILTERS_FALSE=''
1261ENABLE_FILTERS_TRUE=''
1262ENABLE_FULLSCREEN_API_FALSE=''
1263ENABLE_FULLSCREEN_API_TRUE=''
1264ENABLE_GEOLOCATION_FALSE=''
1265ENABLE_GEOLOCATION_TRUE=''
1266ENABLE_GTK_DOC_FALSE=''
1267ENABLE_GTK_DOC_TRUE=''
1268ENABLE_ICONDATABASE_FALSE=''
1269ENABLE_ICONDATABASE_TRUE=''
1270ENABLE_IMAGE_RESIZER_FALSE=''
1271ENABLE_IMAGE_RESIZER_TRUE=''
1272ENABLE_INDEXED_DATABASE_FALSE=''
1273ENABLE_INDEXED_DATABASE_TRUE=''
1274ENABLE_INPUT_COLOR_FALSE=''
1275ENABLE_INPUT_COLOR_TRUE=''
1276ENABLE_INPUT_SPEECH_FALSE=''
1277ENABLE_INPUT_SPEECH_TRUE=''
1278ENABLE_INTROSPECTION_FALSE=''
1279ENABLE_INTROSPECTION_TRUE=''
1280ENABLE_JAVASCRIPT_DEBUGGER_FALSE=''
1281ENABLE_JAVASCRIPT_DEBUGGER_TRUE=''
1282ENABLE_MATHML_FALSE=''
1283ENABLE_MATHML_TRUE=''
1284ENABLE_MEDIA_SOURCE_FALSE=''
1285ENABLE_MEDIA_SOURCE_TRUE=''
1286ENABLE_MEDIA_STATISTICS_FALSE=''
1287ENABLE_MEDIA_STATISTICS_TRUE=''
1288ENABLE_MEDIA_STREAM_FALSE=''
1289ENABLE_MEDIA_STREAM_TRUE=''
1290ENABLE_METER_TAG_FALSE=''
1291ENABLE_METER_TAG_TRUE=''
1292ENABLE_MHTML_FALSE=''
1293ENABLE_MHTML_TRUE=''
1294ENABLE_NOTIFICATIONS_FALSE=''
1295ENABLE_NOTIFICATIONS_TRUE=''
1296ENABLE_OFFLINE_WEB_APPLICATIONS_FALSE=''
1297ENABLE_OFFLINE_WEB_APPLICATIONS_TRUE=''
1298ENABLE_OPCODE_STATS_FALSE=''
1299ENABLE_OPCODE_STATS_TRUE=''
1300ENABLE_ORIENTATION_EVENTS_FALSE=''
1301ENABLE_ORIENTATION_EVENTS_TRUE=''
1302ENABLE_PAGE_VISIBILITY_API_FALSE=''
1303ENABLE_PAGE_VISIBILITY_API_TRUE=''
1304ENABLE_PLUGIN_PROCESS_FALSE=''
1305ENABLE_PLUGIN_PROCESS_TRUE=''
1306ENABLE_PROGRESS_TAG_FALSE=''
1307ENABLE_PROGRESS_TAG_TRUE=''
1308ENABLE_QUOTA_FALSE=''
1309ENABLE_QUOTA_TRUE=''
1310ENABLE_REGISTER_PROTOCOL_HANDLER_FALSE=''
1311ENABLE_REGISTER_PROTOCOL_HANDLER_TRUE=''
1312ENABLE_SHARED_WORKERS_FALSE=''
1313ENABLE_SHARED_WORKERS_TRUE=''
1314ENABLE_SPELLCHECK_FALSE=''
1315ENABLE_SPELLCHECK_TRUE=''
1316ENABLE_SQL_DATABASE_FALSE=''
1317ENABLE_SQL_DATABASE_TRUE=''
1318ENABLE_SVG_FALSE=''
1319ENABLE_SVG_FONTS_FALSE=''
1320ENABLE_SVG_FONTS_TRUE=''
1321ENABLE_SVG_TRUE=''
1322ENABLE_TOUCH_ICON_LOADING_FALSE=''
1323ENABLE_TOUCH_ICON_LOADING_TRUE=''
1324ENABLE_VIDEO_FALSE=''
1325ENABLE_VIDEO_TRACK_FALSE=''
1326ENABLE_VIDEO_TRACK_TRUE=''
1327ENABLE_VIDEO_TRUE=''
1328ENABLE_WCSS_FALSE=''
1329ENABLE_WCSS_TRUE=''
1330ENABLE_WEBGL_FALSE=''
1331ENABLE_WEBGL_TRUE=''
1332ENABLE_WEBKIT2_FALSE=''
1333ENABLE_WEBKIT2_TRUE=''
1334ENABLE_WEB_AUDIO_FALSE=''
1335ENABLE_WEB_AUDIO_TRUE=''
1336ENABLE_WEB_SOCKETS_FALSE=''
1337ENABLE_WEB_SOCKETS_TRUE=''
1338ENABLE_WEB_TIMING_FALSE=''
1339ENABLE_WEB_TIMING_TRUE=''
1340ENABLE_WORKERS_FALSE=''
1341ENABLE_WORKERS_TRUE=''
1342ENABLE_XHTMLMP_FALSE=''
1343ENABLE_XHTMLMP_TRUE=''
1344ENABLE_XPATH_FALSE=''
1345ENABLE_XPATH_TRUE=''
1346ENABLE_XSLT_FALSE=''
1347ENABLE_XSLT_TRUE=''
1348ENCHANT_CFLAGS='-D_REENTRANT -I/opt/local/include/enchant -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1349ENCHANT_LIBS='-L/opt/local/lib -lenchant -lgmodule-2.0 -lglib-2.0 -lintl  '
1350EXEEXT=''
1351FGREP='/usr/bin/grep -F'
1352FLEX='/opt/local/bin/flex'
1353FREETYPE_CFLAGS=''
1354FREETYPE_LIBS=''
1355GAIL_CFLAGS='-D_REENTRANT -I/opt/local/include/gail-1.0 -I/opt/local/include/atk-1.0 -I/opt/local/include/gtk-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1356GAIL_LIBS='-framework Cocoa -L/opt/local/lib -lgailutil -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lpangocairo-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgmodule-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl  '
1357GEOCLUE_CFLAGS=''
1358GEOCLUE_LIBS=''
1359GETTEXT_PACKAGE='webkit-2.0'
1360GLIB_CFLAGS='-D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1361GLIB_COMPILE_SCHEMAS='glib-compile-schemas'
1362GLIB_GENMARSHAL='glib-genmarshal'
1363GLIB_LIBS='-L/opt/local/lib -lgmodule-2.0 -lgthread-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  '
1364GLIB_MKENUMS='glib-mkenums'
1365GOBJECT_QUERY='gobject-query'
1366GPERF='/opt/local/bin/gperf'
1367GREP='/usr/bin/grep'
1368GSETTINGS_DISABLE_SCHEMAS_COMPILE=''
1369GSETTINGS_RULES='
1370GSTREAMER_CFLAGS=''
1371GSTREAMER_LIBS=''
1372GTK2_CFLAGS=''
1373GTK2_LIBS=''
1374GTKDOC_CHECK=''
1375GTKDOC_DEPS_CFLAGS=''
1376GTKDOC_DEPS_LIBS=''
1377GTKDOC_MKPDF=''
1378GTKDOC_REBASE=''
1379GTK_API_VERSION='2.0'
1380GTK_API_VERSION_2_FALSE='#'
1381GTK_API_VERSION_2_TRUE=''
1382GTK_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng14  '
1383GTK_DOC_BUILD_HTML_FALSE=''
1384GTK_DOC_BUILD_HTML_TRUE=''
1385GTK_DOC_BUILD_PDF_FALSE=''
1386GTK_DOC_BUILD_PDF_TRUE=''
1387GTK_DOC_USE_LIBTOOL_FALSE=''
1388GTK_DOC_USE_LIBTOOL_TRUE=''
1389GTK_DOC_USE_REBASE_FALSE=''
1390GTK_DOC_USE_REBASE_TRUE=''
1391GTK_LIBS='-framework Cocoa -L/opt/local/lib -lgtk-quartz-2.0 -lgdk-quartz-2.0 -latk-1.0 -lpangocairo-1.0 -lgio-2.0 -lgdk_pixbuf-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgmodule-2.0 -lcairo -lgobject-2.0 -lglib-2.0 -lintl  '
1392G_IR_COMPILER=''
1393G_IR_GENERATE=''
1394G_IR_SCANNER=''
1395HILDON_CFLAGS=''
1396HILDON_CPPFLAGS=''
1397HILDON_LIBS=''
1398HTML_DIR=''
1399HTML_FLAGS_FALSE=''
1400HTML_FLAGS_TRUE=''
1401INSTALL_DATA='${INSTALL} -m 644'
1402INSTALL_PROGRAM='${INSTALL}'
1403INSTALL_SCRIPT='${INSTALL}'
1404INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
1405INTROSPECTION_CFLAGS=''
1406INTROSPECTION_LIBS=''
1407JPEG_LIBS='-ljpeg'
1408LD='/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld'
1409LDFLAGS='-L/opt/local/lib -arch x86_64'
1410LIBOBJS=''
1411LIBS=''
1412LIBSOUP_CFLAGS='-D_REENTRANT -I/opt/local/include/libsoup-2.4 -I/opt/local/include/libxml2 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  '
1413LIBSOUP_LIBS='-L/opt/local/lib -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl  '
1414LIBTOOL='$(SHELL) $(top_builddir)/libtool'
1415LIBWEBKITGTK_VERSION='11:2:11'
1416LIBXML_CFLAGS='-I/opt/local/include/libxml2  '
1417LIBXML_LIBS='-L/opt/local/lib -lxml2  '
1418LIBXSLT_CFLAGS='-I/opt/local/include -I/opt/local/include/libxml2  '
1419LIBXSLT_LIBS='-L/opt/local/lib -lxslt -lz -lpthread -liconv -lm -lxml2  '
1420LIPO='lipo'
1421LN_S='ln -s'
1422LTCOMPILE='$(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(COMPILE)'
1423LTCXXCOMPILE='$(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CXXCOMPILE)'
1424LTLIBOBJS=''
1425MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/missing --run makeinfo'
1426MANIFEST_TOOL=':'
1427MKDIR_P='Source/autotools/install-sh -c -d'
1428MV='/bin/mv'
1429NM='/usr/bin/nm'
1430NMEDIT='nmedit'
1431OBJDUMP='objdump'
1432OBJEXT='o'
1433OLE32_LIBS=''
1434OPENGL_LIBS=''
1435OS_FREEBSD_FALSE=''
1436OS_FREEBSD_TRUE=''
1437OS_GNU_FALSE=''
1438OS_GNU_TRUE=''
1439OS_LINUX_FALSE=''
1440OS_LINUX_TRUE=''
1441OS_UNIX_FALSE=''
1442OS_UNIX_TRUE=''
1443OS_WIN32_FALSE=''
1444OS_WIN32_TRUE=''
1445OTOOL64=':'
1446OTOOL='otool'
1447PACKAGE='webkit'
1448PACKAGE_BUGREPORT='http://bugs.webkit.org/'
1449PACKAGE_NAME='WebKit'
1450PACKAGE_STRING='WebKit 1.6.3'
1451PACKAGE_TARNAME='webkit'
1452PACKAGE_URL=''
1453PACKAGE_VERSION='1.6.3'
1454PANGO_CFLAGS='-D_REENTRANT -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2  '
1455PANGO_LIBS='-L/opt/local/lib -lpangoft2-1.0 -lpango-1.0 -lm -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl  '
1456PATH_SEPARATOR=':'
1457PERL='/opt/local/bin/perl'
1458PKG_CONFIG='/opt/local/bin/pkg-config'
1459PKG_CONFIG_LIBDIR=''
1460PKG_CONFIG_PATH=''
1461PNG_LIBS='-L/opt/local/lib -lpng14  '
1462PYTHON='/usr/bin/python'
1463RANLIB='ranlib'
1464SED='/usr/bin/sed'
1465SET_MAKE=''
1466SHELL='/bin/sh'
1467SHLWAPI_LIBS=''
1468SQLITE3_CFLAGS='-I/opt/local/include  '
1469SQLITE3_LIBS='-L/opt/local/lib -lsqlite3  '
1470STRIP='strip'
1471SVG_FLAGS_FALSE=''
1472SVG_FLAGS_TRUE=''
1473SYMBOL_VISIBILITY='-fvisibility=hidden'
1474SYMBOL_VISIBILITY_INLINES='-fvisibility-inlines-hidden'
1475TARGET_DIRECTFB_FALSE=''
1476TARGET_DIRECTFB_TRUE=''
1477TARGET_QUARTZ_FALSE=''
1478TARGET_QUARTZ_TRUE=''
1479TARGET_WIN32_FALSE=''
1480TARGET_WIN32_TRUE=''
1481TARGET_X11_FALSE=''
1482TARGET_X11_TRUE=''
1483UNICODE_CFLAGS='-I./Source/JavaScriptCore/icu -I./Source/WebCore/icu'
1484UNICODE_LIBS='-licucore'
1485USE_FREETYPE_FALSE=''
1486USE_FREETYPE_TRUE=''
1487USE_GLIB_UNICODE_FALSE=''
1488USE_GLIB_UNICODE_TRUE=''
1489USE_GSTREAMER_FALSE=''
1490USE_GSTREAMER_TRUE=''
1491USE_ICU_UNICODE_FALSE=''
1492USE_ICU_UNICODE_TRUE=''
1493USE_PANGO_FALSE=''
1494USE_PANGO_TRUE=''
1495VERSION='1.6.3'
1496WEBKITGTK_API_MAJOR_VERSION='1'
1497WEBKITGTK_API_MINOR_VERSION='0'
1498WEBKITGTK_API_VERSION='1.0'
1499WEBKITGTK_PC_NAME='webkit'
1500WEBKIT_MAJOR_VERSION='1'
1501WEBKIT_MICRO_VERSION='3'
1502WEBKIT_MINOR_VERSION='6'
1503WEBKIT_USER_AGENT_MAJOR_VERSION='535'
1504WEBKIT_USER_AGENT_MINOR_VERSION='4'
1505WINMM_LIBS=''
1506XRENDER_CFLAGS=''
1507XRENDER_LIBS=''
1508XT_CFLAGS=''
1509XT_LIBS=''
1510ZLIB_CFLAGS='-I/opt/local/include  '
1511ZLIB_LIBS='-L/opt/local/lib -lz  '
1512ac_ct_AR='ar'
1513ac_ct_CC='/usr/bin/llvm-gcc-4.2'
1514ac_ct_CXX=''
1515ac_ct_DUMPBIN=''
1516all-am: $(gsettings_SCHEMAS:.xml=.valid)
1517am__EXEEXT_FALSE=''
1518am__EXEEXT_TRUE=''
1519am__fastdepCC_FALSE=''
1520am__fastdepCC_TRUE='#'
1521am__fastdepCXX_FALSE=''
1522am__fastdepCXX_TRUE='#'
1523am__include='include'
1524am__isrc=''
1525am__leading_dot='.'
1526am__quote=''
1527am__tar='tar --format=ustar -chf - "$$tardir"'
1528am__untar='tar -xf -'
1529bindir='${exec_prefix}/bin'
1530build='x86_64-apple-darwin11.3.0'
1531build_alias=''
1532build_cpu='x86_64'
1533build_os='darwin11.3.0'
1534build_vendor='apple'
1535clean-gsettings-schemas:
1536datadir='${datarootdir}'
1537datarootdir='${prefix}/share'
1538docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
1539dvidir='${docdir}'
1540endif'
1541exec_prefix='NONE'
1542gsettings__base_list = \
1543gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
1544gsettingsschemadir='${datarootdir}/glib-2.0/schemas'
1545host='x86_64-apple-darwin11.3.0'
1546host_alias=''
1547host_cpu='x86_64'
1548host_os='darwin11.3.0'
1549host_vendor='apple'
1550htmldir='${docdir}'
1551icu_config=''
1552ifdef gsettings_ENUM_NAMESPACE
1553includedir='${prefix}/include'
1554infodir='${datarootdir}/info'
1555install-data-am: install-gsettings-schemas
1556install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
1557install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_www_webkit-gtk/webkit-gtk/work/webkit-1.6.3-x86_64/Source/autotools/install-sh'
1558libdir='${exec_prefix}/lib'
1559libexecdir='${exec_prefix}/libexec'
1560localedir='${datarootdir}/locale'
1561localstatedir='${prefix}/var'
1562mandir='${datarootdir}/man'
1563mkdir_p='$(top_builddir)/Source/autotools/install-sh -c -d'
1564mostlyclean-am: clean-gsettings-schemas
1565oldincludedir='/usr/include'
1566pdfdir='${docdir}'
1567prefix='/opt/local'
1568program_transform_name='s,x,x,'
1569psdir='${docdir}'
1570sbindir='${exec_prefix}/sbin'
1571sharedstatedir='${prefix}/com'
1572sysconfdir='${prefix}/etc'
1573target_alias=''
1574uninstall-am: uninstall-gsettings-schemas
1575uninstall-gsettings-schemas:
1576
1577## ----------- ##
1578## confdefs.h. ##
1579## ----------- ##
1580
1581/* confdefs.h */
1582#define PACKAGE_NAME "WebKit"
1583#define PACKAGE_TARNAME "webkit"
1584#define PACKAGE_VERSION "1.6.3"
1585#define PACKAGE_STRING "WebKit 1.6.3"
1586#define PACKAGE_BUGREPORT "http://bugs.webkit.org/"
1587#define PACKAGE_URL ""
1588#define PACKAGE "webkit"
1589#define VERSION "1.6.3"
1590#define STDC_HEADERS 1
1591#define HAVE_SYS_TYPES_H 1
1592#define HAVE_SYS_STAT_H 1
1593#define HAVE_STDLIB_H 1
1594#define HAVE_STRING_H 1
1595#define HAVE_MEMORY_H 1
1596#define HAVE_STRINGS_H 1
1597#define HAVE_INTTYPES_H 1
1598#define HAVE_STDINT_H 1
1599#define HAVE_UNISTD_H 1
1600#define HAVE__BOOL 1
1601#define HAVE_STDBOOL_H 1
1602#define HAVE_DLFCN_H 1
1603#define LT_OBJDIR ".libs/"
1604#define HAVE_PTHREAD_H 1
1605#define HAVE_PTHREAD_H 1
1606#define HAVE_PTHREAD_RWLOCK 1
1607#define GETTEXT_PACKAGE "webkit-2.0"
1608#define ENABLE_JIT 1
1609#define ENABLE_YARR 1
1610#define ENABLE_YARR_JIT 1
1611#define ENABLE_JIT_OPTIMIZE_CALL 1
1612#define ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS 1
1613#define ENABLE_JIT_OPTIMIZE_ARITHMETIC 1
1614#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1
1615#define WTF_USE_ALTERNATE_JSIMMEDIATE 1
1616#define NDEBUG 1
1617
1618configure: exit 1