annotate Android/mb/config.cache @ 1395:a768d74e5f49

Fix the svg:use. For a svg:use, it is a group which include the content it reference. It means that we can not tween it to its origin object directly. Instead, we need to ungroup it and then use the result matrix to generate the tweened transformation matrix. Therefore, we need to concate its matrix to the referenced object. Ad center object when the bbox-x is not available.
author wycc
date Sat, 02 Apr 2011 05:36:36 +0800
parents 3e0d63d7c7ae
children
rev   line source
494
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
1 # This file is a shell script that caches the results of configure
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
2 # tests run on this system so they can be shared between configure
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
3 # scripts and configure runs, see configure's option --config-cache.
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
4 # It is not useful on other systems. If it contains results you don't
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
5 # want to keep, you may remove or edit it.
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
6 #
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
7 # config.status only pays attention to the cache file if you give it
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
8 # the --recheck option to rerun configure.
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
9 #
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
10 # `ac_cv_env_foo' variables (set or unset) will be overridden when
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
11 # loading this file, other *unset* `ac_cv_foo' will be assigned the
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
12 # following values.
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
13
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
14 ac_cv_build=${ac_cv_build=i386-unknown-freebsd9.0}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
15 ac_cv_c_compiler_gnu=${ac_cv_c_compiler_gnu=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
16 ac_cv_c_const=${ac_cv_c_const=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
17 ac_cv_c_uint32_t=${ac_cv_c_uint32_t=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
18 ac_cv_c_uint64_t=${ac_cv_c_uint64_t=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
19 ac_cv_cxx_compiler_gnu=${ac_cv_cxx_compiler_gnu=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
20 ac_cv_env_CCC_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
21 ac_cv_env_CCC_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
22 ac_cv_env_CPPFLAGS_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
23 ac_cv_env_CPPFLAGS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
24 ac_cv_env_CPP_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
25 ac_cv_env_CPP_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
26 ac_cv_env_CXXCPP_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
27 ac_cv_env_CXXCPP_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
28 ac_cv_env_LDFLAGS_set=set
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
29 ac_cv_env_LDFLAGS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
30 ac_cv_env_LIBS_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
31 ac_cv_env_LIBS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
32 ac_cv_env_PKG_CONFIG_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
33 ac_cv_env_PKG_CONFIG_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
34 ac_cv_env_XMKMF_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
35 ac_cv_env_XMKMF_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
36 ac_cv_env_build_alias_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
37 ac_cv_env_build_alias_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
38 ac_cv_env_cairo_CFLAGS_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
39 ac_cv_env_cairo_CFLAGS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
40 ac_cv_env_cairo_LIBS_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
41 ac_cv_env_cairo_LIBS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
42 ac_cv_env_host_alias_set=set
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
43 ac_cv_env_host_alias_value=i386-unknown-freebsd
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
44 ac_cv_env_pangocairo_CFLAGS_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
45 ac_cv_env_pangocairo_CFLAGS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
46 ac_cv_env_pangocairo_LIBS_set=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
47 ac_cv_env_pangocairo_LIBS_value=''
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
48 ac_cv_env_target_alias_set=set
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
49 ac_cv_env_target_alias_value=arm-unknown-linux
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
50 ac_cv_func_gettimeofday=${ac_cv_func_gettimeofday=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
51 ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
52 ac_cv_func_memset=${ac_cv_func_memset=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
53 ac_cv_func_realloc_0_nonnull=${ac_cv_func_realloc_0_nonnull=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
54 ac_cv_func_select=${ac_cv_func_select=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
55 ac_cv_func_select_args=${ac_cv_func_select_args='int,fd_set *,struct timeval *'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
56 ac_cv_func_sqrt=${ac_cv_func_sqrt=no}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
57 ac_cv_func_strdup=${ac_cv_func_strdup=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
58 ac_cv_have_x=${ac_cv_have_x='have_x=yes ac_x_includes='\''/usr/local/include'\'' ac_x_libraries='\''/usr/local/lib'\'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
59 ac_cv_header_dlfcn_h=${ac_cv_header_dlfcn_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
60 ac_cv_header_inttypes_h=${ac_cv_header_inttypes_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
61 ac_cv_header_memory_h=${ac_cv_header_memory_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
62 ac_cv_header_stdc=${ac_cv_header_stdc=no}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
63 ac_cv_header_stdint_h=${ac_cv_header_stdint_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
64 ac_cv_header_stdlib_h=${ac_cv_header_stdlib_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
65 ac_cv_header_string_h=${ac_cv_header_string_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
66 ac_cv_header_strings_h=${ac_cv_header_strings_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
67 ac_cv_header_sys_select_h=${ac_cv_header_sys_select_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
68 ac_cv_header_sys_socket_h=${ac_cv_header_sys_socket_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
69 ac_cv_header_sys_stat_h=${ac_cv_header_sys_stat_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
70 ac_cv_header_sys_time_h=${ac_cv_header_sys_time_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
71 ac_cv_header_sys_types_h=${ac_cv_header_sys_types_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
72 ac_cv_header_time=${ac_cv_header_time=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
73 ac_cv_header_unistd_h=${ac_cv_header_unistd_h=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
74 ac_cv_host=${ac_cv_host=i386-unknown-freebsd}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
75 ac_cv_objext=${ac_cv_objext=o}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
76 ac_cv_path_EGREP=${ac_cv_path_EGREP='/usr/bin/grep -E'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
77 ac_cv_path_FGREP=${ac_cv_path_FGREP='/usr/bin/grep -F'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
78 ac_cv_path_GREP=${ac_cv_path_GREP=/usr/bin/grep}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
79 ac_cv_path_SED=${ac_cv_path_SED=/usr/bin/sed}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
80 ac_cv_path_install=${ac_cv_path_install='/usr/bin/install -c'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
81 ac_cv_prog_AWK=${ac_cv_prog_AWK=gawk}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
82 ac_cv_prog_CC=${ac_cv_prog_CC=/home/thinker/progm/Android/prebuilt/freebsd-x86/toolchain/arm-eabi-4.4.0/bin/arm-unknown-eabi-gcc}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
83 ac_cv_prog_CPP=${ac_cv_prog_CPP='/home/thinker/progm/Android/prebuilt/freebsd-x86/toolchain/arm-eabi-4.4.0/bin/arm-unknown-eabi-gcc -E'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
84 ac_cv_prog_CXXCPP=${ac_cv_prog_CXXCPP='/home/thinker/progm/Android/prebuilt/freebsd-x86/toolchain/arm-eabi-4.4.0/bin/arm-unknown-eabi-g++ -E'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
85 ac_cv_prog_STRIP=${ac_cv_prog_STRIP=strip}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
86 ac_cv_prog_ac_ct_AR=${ac_cv_prog_ac_ct_AR=ar}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
87 ac_cv_prog_ac_ct_DUMPBIN=${ac_cv_prog_ac_ct_DUMPBIN='link -dump -symbols'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
88 ac_cv_prog_ac_ct_OBJDUMP=${ac_cv_prog_ac_ct_OBJDUMP=objdump}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
89 ac_cv_prog_ac_ct_RANLIB=${ac_cv_prog_ac_ct_RANLIB=ranlib}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
90 ac_cv_prog_ac_ct_STRIP=${ac_cv_prog_ac_ct_STRIP=strip}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
91 ac_cv_prog_cc_c89=${ac_cv_prog_cc_c89=''}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
92 ac_cv_prog_cc_g=${ac_cv_prog_cc_g=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
93 ac_cv_prog_cxx_g=${ac_cv_prog_cxx_g=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
94 ac_cv_prog_make_make_set=${ac_cv_prog_make_make_set=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
95 ac_cv_struct_tm=${ac_cv_struct_tm=time.h}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
96 ac_cv_type_size_t=${ac_cv_type_size_t=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
97 am_cv_CC_dependencies_compiler_type=${am_cv_CC_dependencies_compiler_type=gcc3}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
98 am_cv_CXX_dependencies_compiler_type=${am_cv_CXX_dependencies_compiler_type=gcc3}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
99 lt_cv_deplibs_check_method=${lt_cv_deplibs_check_method=pass_all}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
100 lt_cv_file_magic_cmd=${lt_cv_file_magic_cmd='$MAGIC_CMD'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
101 lt_cv_file_magic_test_file=${lt_cv_file_magic_test_file=''}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
102 lt_cv_ld_reload_flag=${lt_cv_ld_reload_flag=-r}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
103 lt_cv_nm_interface=${lt_cv_nm_interface='BSD nm'}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
104 lt_cv_objdir=${lt_cv_objdir=.libs}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
105 lt_cv_path_LD=${lt_cv_path_LD=/usr/home/thinker/progm/Android/prebuilt/freebsd-x86/toolchain/arm-eabi-4.4.0/arm-unknown-eabi/bin/ld}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
106 lt_cv_path_LDCXX=${lt_cv_path_LDCXX=/usr/home/thinker/progm/Android/prebuilt/freebsd-x86/toolchain/arm-eabi-4.4.0/arm-unknown-eabi/bin/ld}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
107 lt_cv_path_NM=${lt_cv_path_NM=no}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
108 lt_cv_prog_compiler_c_o=${lt_cv_prog_compiler_c_o=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
109 lt_cv_prog_compiler_c_o_CXX=${lt_cv_prog_compiler_c_o_CXX=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
110 lt_cv_prog_compiler_pic_works=${lt_cv_prog_compiler_pic_works=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
111 lt_cv_prog_compiler_pic_works_CXX=${lt_cv_prog_compiler_pic_works_CXX=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
112 lt_cv_prog_compiler_rtti_exceptions=${lt_cv_prog_compiler_rtti_exceptions=no}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
113 lt_cv_prog_compiler_static_works=${lt_cv_prog_compiler_static_works=no}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
114 lt_cv_prog_compiler_static_works_CXX=${lt_cv_prog_compiler_static_works_CXX=no}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
115 lt_cv_prog_gnu_ld=${lt_cv_prog_gnu_ld=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
116 lt_cv_prog_gnu_ldcxx=${lt_cv_prog_gnu_ldcxx=yes}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
117 lt_cv_sys_global_symbol_pipe=${lt_cv_sys_global_symbol_pipe=''}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
118 test "${lt_cv_sys_global_symbol_to_c_name_address+set}" = set || lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
119 test "${lt_cv_sys_global_symbol_to_c_name_address_lib_prefix+set}" = set || lt_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'\'
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
120 lt_cv_sys_global_symbol_to_cdecl=${lt_cv_sys_global_symbol_to_cdecl=''}
ebc431f2af70 Fix issue of replace realloc and malloc.
Thinker K.F. Li <thinker@branda.to>
parents:
diff changeset
121 lt_cv_sys_max_cmd_len=${lt_cv_sys_max_cmd_len=196608}