|
Lines 20603-20612
Link Here
|
| 20603 |
|
20603 |
|
| 20604 |
|
20604 |
|
| 20605 |
# This can be used to rebuild libtool when needed |
20605 |
# This can be used to rebuild libtool when needed |
| 20606 |
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
20606 |
LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool15/ltmain.sh" |
| 20607 |
|
20607 |
|
| 20608 |
# Always use our own libtool. |
|
|
| 20609 |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
| 20610 |
|
20608 |
|
| 20611 |
# Prevent multiple expansion |
20609 |
# Prevent multiple expansion |
| 20612 |
|
20610 |
|
|
Lines 25092-25098
Link Here
|
| 25092 |
int |
25090 |
int |
| 25093 |
main () |
25091 |
main () |
| 25094 |
{ |
25092 |
{ |
| 25095 |
return zlibCompileFlags(); |
25093 |
zlibVersion(); |
| 25096 |
; |
25094 |
; |
| 25097 |
return 0; |
25095 |
return 0; |
| 25098 |
} |
25096 |
} |
|
Lines 26130-26137
Link Here
|
| 26130 |
# Some system specific hacks |
26128 |
# Some system specific hacks |
| 26131 |
# |
26129 |
# |
| 26132 |
|
26130 |
|
| 26133 |
MAX_C_OPTIMIZE="-O3" |
26131 |
MAX_C_OPTIMIZE="" |
| 26134 |
MAX_CXX_OPTIMIZE="-O3" |
26132 |
MAX_CXX_OPTIMIZE="" |
| 26135 |
|
26133 |
|
| 26136 |
ndb_cxxflags_fix= |
26134 |
ndb_cxxflags_fix= |
| 26137 |
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_c_compiler_gnu in |
26135 |
case $SYSTEM_TYPE-$MACHINE_TYPE-$ac_cv_c_compiler_gnu in |