-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.log
572 lines (550 loc) · 19.2 KB
/
config.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = fengzhiqians-MacBook-Pro.local
uname -m = x86_64
uname -r = 15.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X = unknown
/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 15.4.0: Fri Feb 26 22:08:05 PST 2016; root:xnu-3248.40.184~3/RELEASE_X86_64
Kernel configured for up to 4 processors.
2 processors are physically available.
4 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3
Primary memory available: 8.00 gigabytes
Default processor set: 287 tasks, 1269 threads, 4 processors
Load average: 2.38, Mach factor: 1.61
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /opt/X11/bin
PATH: /usr/local/Cellar/mysql55/5.5.44/bin/
PATH: /Users/bruce/develop/c/phalcon/phalcon-devtools
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2295: checking for grep that handles long lines and -e
configure:2353: result: /usr/bin/grep
configure:2358: checking for egrep
configure:2420: result: /usr/bin/grep -E
configure:2425: checking for a sed that does not truncate output
configure:2479: result: /usr/bin/sed
configure:2611: checking for cc
configure:2627: found /usr/bin/cc
configure:2638: result: cc
configure:2669: checking for C compiler version
configure:2678: cc --version >&5
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2689: $? = 0
configure:2678: cc -v >&5
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2689: $? = 0
configure:2678: cc -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:2689: $? = 1
configure:2678: cc -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:2689: $? = 1
configure:2709: checking whether the C compiler works
configure:2731: cc conftest.c >&5
configure:2735: $? = 0
configure:2783: result: yes
configure:2786: checking for C compiler default output file name
configure:2788: result: a.out
configure:2794: checking for suffix of executables
configure:2801: cc -o conftest conftest.c >&5
configure:2805: $? = 0
configure:2827: result:
configure:2849: checking whether we are cross compiling
configure:2857: cc -o conftest conftest.c >&5
configure:2861: $? = 0
configure:2868: ./conftest
configure:2872: $? = 0
configure:2887: result: no
configure:2892: checking for suffix of object files
configure:2914: cc -c conftest.c >&5
configure:2918: $? = 0
configure:2939: result: o
configure:2943: checking whether we are using the GNU C compiler
configure:2962: cc -c conftest.c >&5
configure:2962: $? = 0
configure:2971: result: yes
configure:2980: checking whether cc accepts -g
configure:3000: cc -c -g conftest.c >&5
configure:3000: $? = 0
configure:3041: result: yes
configure:3058: checking for cc option to accept ISO C89
configure:3121: cc -c -g -O2 conftest.c >&5
configure:3121: $? = 0
configure:3134: result: none needed
configure:3160: checking how to run the C preprocessor
configure:3191: cc -E conftest.c
configure:3191: $? = 0
configure:3205: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3205: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3230: result: cc -E
configure:3250: cc -E conftest.c
configure:3250: $? = 0
configure:3264: cc -E conftest.c
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
#include <ac_nonexistent.h>
^
1 error generated.
configure:3264: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3295: checking for icc
configure:3304: result: no
configure:3318: checking for suncc
configure:3327: result: no
configure:3345: checking whether cc understands -c and -o together
configure:3373: cc -c conftest.c -o conftest2.o >&5
configure:3377: $? = 0
configure:3383: cc -c conftest.c -o conftest2.o >&5
configure:3387: $? = 0
configure:3442: result: yes
configure:3456: checking for system library directory
configure:3471: result: lib
configure:3478: checking if compiler supports -R
configure:3497: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
warning: unknown remark option '-R' [-Wunknown-warning-option]
1 warning generated.
ld: can't map file, errno=22 file '/usr/lib' for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3497: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3507: result: no
configure:3512: checking if compiler supports -Wl,-rpath,
configure:3531: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
configure:3531: $? = 0
configure:3541: result: yes
configure:3586: checking build system type
configure:3600: result: x86_64-apple-darwin15.4.0
configure:3620: checking host system type
configure:3633: result: x86_64-apple-darwin15.4.0
configure:3653: checking target system type
configure:3666: result: x86_64-apple-darwin15.4.0
configure:3769: checking for PHP prefix
configure:3771: result: /usr/local/Cellar/php56/5.6.14
configure:3773: checking for PHP includes
configure:3775: result: -I/usr/local/Cellar/php56/5.6.14/include/php -I/usr/local/Cellar/php56/5.6.14/include/php/main -I/usr/local/Cellar/php56/5.6.14/include/php/TSRM -I/usr/local/Cellar/php56/5.6.14/include/php/Zend -I/usr/local/Cellar/php56/5.6.14/include/php/ext -I/usr/local/Cellar/php56/5.6.14/include/php/ext/date/lib
configure:3777: checking for PHP extension directory
configure:3779: result: /usr/local/Cellar/php56/5.6.14/lib/php/extensions/no-debug-non-zts-20131226
configure:3781: checking for PHP installed headers prefix
configure:3783: result: /usr/local/Cellar/php56/5.6.14/include/php
configure:3786: checking if debug is enabled
configure:3812: result: no
configure:3815: checking if zts is enabled
configure:3841: result: no
configure:3912: checking for re2c
configure:3928: found /usr/local/bin/re2c
configure:3939: result: re2c
configure:3948: checking for re2c version
configure:3962: result: 0.14.3 (ok)
configure:3981: checking for gawk
configure:4012: result: no
configure:3981: checking for nawk
configure:4012: result: no
configure:3981: checking for awk
configure:3998: found /usr/bin/awk
configure:4009: result: awk
configure:4032: checking if awk is broken
configure:4039: result: no
configure:4057: checking whether to enable beanstalk support
configure:4096: result: yes, shared
configure:4496: checking for ld used by cc
configure:4563: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
configure:4570: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld
configure:4585: result: no
configure:4590: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files
configure:4597: result: -r
configure:4615: checking for BSD-compatible nm
configure:4664: result: /usr/bin/nm -B
configure:4668: checking whether ln -s works
configure:4672: result: yes
configure:4679: checking how to recognize dependent libraries
configure:4865: result: pass_all
configure:5083: checking for ANSI C header files
configure:5103: cc -c -g -O2 conftest.c >&5
configure:5103: $? = 0
configure:5176: cc -o conftest -g -O2 conftest.c >&5
configure:5176: $? = 0
configure:5176: ./conftest
configure:5176: $? = 0
configure:5187: result: yes
configure:5200: checking for sys/types.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for sys/stat.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for stdlib.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for string.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for memory.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for strings.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for inttypes.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for stdint.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5200: checking for unistd.h
configure:5200: cc -c -g -O2 conftest.c >&5
configure:5200: $? = 0
configure:5200: result: yes
configure:5214: checking dlfcn.h usability
configure:5214: cc -c -g -O2 conftest.c >&5
configure:5214: $? = 0
configure:5214: result: yes
configure:5214: checking dlfcn.h presence
configure:5214: cc -E conftest.c
configure:5214: $? = 0
configure:5214: result: yes
configure:5214: checking for dlfcn.h
configure:5214: result: yes
configure:5236: checking the maximum length of command line arguments
configure:5348: result: 196608
configure:5360: checking command to parse /usr/bin/nm -B output from cc object
configure:5465: cc -c -g -O2 conftest.c >&5
configure:5468: $? = 0
configure:5472: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5475: $? = 0
cannot find nm_test_var in conftest.nm
configure:5465: cc -c -g -O2 conftest.c >&5
configure:5468: $? = 0
configure:5472: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
configure:5475: $? = 0
configure:5527: cc -o conftest -g -O2 conftest.c conftstm.o >&5
warning: (x86_64) could not find object file symbol for symbol _main
configure:5530: $? = 0
configure:5568: result: ok
configure:5572: checking for objdir
configure:5587: result: .libs
configure:5679: checking for ar
configure:5695: found /usr/bin/ar
configure:5706: result: ar
configure:5771: checking for ranlib
configure:5787: found /usr/bin/ranlib
configure:5798: result: ranlib
configure:5863: checking for strip
configure:5879: found /usr/bin/strip
configure:5890: result: strip
configure:6143: checking for dsymutil
configure:6159: found /usr/bin/dsymutil
configure:6170: result: dsymutil
configure:6235: checking for nmedit
configure:6251: found /usr/bin/nmedit
configure:6262: result: nmedit
configure:6285: checking for -single_module linker flag
configure:6306: result: yes
configure:6308: checking for -exported_symbols_list linker flag
configure:6324: cc -o conftest -g -O2 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5
configure:6327: $? = 0
configure:6341: result: yes
configure:6459: checking if cc supports -fno-rtti -fno-exceptions
configure:6477: cc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
configure:6481: $? = 0
configure:6494: result: yes
configure:6509: checking for cc option to produce PIC
configure:6749: result: -fno-common
configure:6757: checking if cc PIC flag -fno-common works
configure:6775: cc -c -g -O2 -fno-common -DPIC conftest.c >&5
configure:6779: $? = 0
configure:6792: result: yes
configure:6820: checking if cc static flag -static works
configure:6848: result: no
configure:6858: checking if cc supports -c -o file.o
configure:6879: cc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:6883: $? = 0
configure:6905: result: yes
configure:6931: checking whether the cc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries
configure:7859: result: yes
configure:7926: checking dynamic linker characteristics
configure:8524: result: darwin15.4.0 dyld
configure:8548: checking how to hardcode library paths into programs
configure:8573: result: immediate
configure:8587: checking whether stripping libraries is possible
configure:8601: result: yes
configure:9109: checking if libtool supports shared libraries
configure:9111: result: yes
configure:9114: checking whether to build shared libraries
configure:9135: result: yes
configure:9138: checking whether to build static libraries
configure:9142: result: no
configure:9237: result:
creating libtool
configure:12936: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on fengzhiqians-MacBook-Pro.local
config.status:676: creating config.h
config.status:766: config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-apple-darwin15.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-apple-darwin15.4.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_RE2C=re2c
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
ac_cv_prog_ac_ct_NMEDIT=nmedit
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-apple-darwin15.4.0
lt_cv_apple_cc_single_mod=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_exported_symbols_list=yes
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
lt_cv_sys_lib_search_path_spec='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/7.3.0 /usr/local/lib'
lt_cv_sys_max_cmd_len=196608
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([BCDEGRST][BCDEGRST]*\\)[ ][ ]*_\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 _\\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
php_cv_cc_dashr=no
php_cv_cc_rpath=yes
php_cv_re2c_version='0.14.3 (ok)'
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
CC='cc'
CFLAGS='-g -O2'
CONFIGURE_COMMAND=' '\''./configure'\'' '
CONFIGURE_OPTIONS=''
CPP='cc -E'
CPPFLAGS=' -DHAVE_CONFIG_H'
DEFS='-DHAVE_CONFIG_H'
DSYMUTIL='dsymutil'
ECHO='/bin/echo'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
NMEDIT='nmedit'
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RE2C='re2c'
SED='/usr/bin/sed'
SHELL='/bin/sh'
SHLIB_DL_SUFFIX_NAME='so'
SHLIB_SUFFIX_NAME='dylib'
STRIP='strip'
ac_ct_CC='cc'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin15.4.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin15.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='$(prefix)'
host='x86_64-apple-darwin15.4.0'
host_alias='x86_64-apple-darwin15.4.0'
host_cpu='x86_64'
host_os='darwin15.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local/Cellar/php56/5.6.14'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-apple-darwin15.4.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin15.4.0'
target_vendor='apple'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define COMPILE_DL_BEANSTALK 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
configure: exit 0