~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 08:30:45 UTC
  • mfrom: (1.4.1)
  • Revision ID: package-import@ubuntu.com-20120222083045-2rd53r4bnyx7qus4
Tags: 5.1.61-0ubuntu0.11.04.1
* SECURITY UPDATE: Update to 5.1.61 to fix multiple security issues
  (LP: #937869)
  - http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html
  - CVE-2011-2262
  - CVE-2012-0075
  - CVE-2012-0112
  - CVE-2012-0113
  - CVE-2012-0114
  - CVE-2012-0115
  - CVE-2012-0116
  - CVE-2012-0117
  - CVE-2012-0118
  - CVE-2012-0119
  - CVE-2012-0120
  - CVE-2012-0484
  - CVE-2012-0485
  - CVE-2012-0486
  - CVE-2012-0487
  - CVE-2012-0488
  - CVE-2012-0489
  - CVE-2012-0490
  - CVE-2012-0491
  - CVE-2012-0492
  - CVE-2012-0493
  - CVE-2012-0494
  - CVE-2012-0495
  - CVE-2012-0496

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
CHARSETS_COMPLEX="big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8"
17
17
 
18
18
# Guess values for system-dependent variables and create Makefiles.
19
 
# Generated by GNU Autoconf 2.63 for MySQL Server 5.1.54.
 
19
# Generated by GNU Autoconf 2.63 for MySQL Server 5.1.61.
20
20
#
21
21
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
22
22
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
759
759
# Identity of this package.
760
760
PACKAGE_NAME='MySQL Server'
761
761
PACKAGE_TARNAME='mysql'
762
 
PACKAGE_VERSION='5.1.54'
763
 
PACKAGE_STRING='MySQL Server 5.1.54'
 
762
PACKAGE_VERSION='5.1.61'
 
763
PACKAGE_STRING='MySQL Server 5.1.61'
764
764
PACKAGE_BUGREPORT=''
765
765
 
766
766
ac_unique_file="sql/mysqld.cc"
1761
1761
  # Omit some internal or obsolete options to make the list less imposing.
1762
1762
  # This message is too long to be a string in the A/UX 3.1 sh.
1763
1763
  cat <<_ACEOF
1764
 
\`configure' configures MySQL Server 5.1.54 to adapt to many kinds of systems.
 
1764
\`configure' configures MySQL Server 5.1.61 to adapt to many kinds of systems.
1765
1765
 
1766
1766
Usage: $0 [OPTION]... [VAR=VALUE]...
1767
1767
 
1832
1832
 
1833
1833
if test -n "$ac_init_help"; then
1834
1834
  case $ac_init_help in
1835
 
     short | recursive ) echo "Configuration of MySQL Server 5.1.54:";;
 
1835
     short | recursive ) echo "Configuration of MySQL Server 5.1.61:";;
1836
1836
   esac
1837
1837
  cat <<\_ACEOF
1838
1838
 
2146
2146
test -n "$ac_init_help" && exit $ac_status
2147
2147
if $ac_init_version; then
2148
2148
  cat <<\_ACEOF
2149
 
MySQL Server configure 5.1.54
 
2149
MySQL Server configure 5.1.61
2150
2150
generated by GNU Autoconf 2.63
2151
2151
 
2152
2152
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
2160
2160
This file contains any messages produced by compilers while
2161
2161
running configure, to aid debugging if configure makes a mistake.
2162
2162
 
2163
 
It was created by MySQL Server $as_me 5.1.54, which was
 
2163
It was created by MySQL Server $as_me 5.1.61, which was
2164
2164
generated by GNU Autoconf 2.63.  Invocation command line was
2165
2165
 
2166
2166
  $ $0 $@
3008
3008
 
3009
3009
# Define the identity of the package.
3010
3010
 PACKAGE='mysql'
3011
 
 VERSION='5.1.54'
 
3011
 VERSION='5.1.61'
3012
3012
 
3013
3013
 
3014
3014
cat >>confdefs.h <<_ACEOF
30130
30130
 
30131
30131
 
30132
30132
 
 
30133
# The cast to long int works around a bug in the HP C Compiler
 
30134
# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
30135
# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
30136
# This bug is HP SR number 8606223364.
 
30137
{ $as_echo "$as_me:$LINENO: checking size of time_t" >&5
 
30138
$as_echo_n "checking size of time_t... " >&6; }
 
30139
if test "${ac_cv_sizeof_time_t+set}" = set; then
 
30140
  $as_echo_n "(cached) " >&6
 
30141
else
 
30142
  if test "$cross_compiling" = yes; then
 
30143
  # Depending upon the size, compute the lo and hi bounds.
 
30144
cat >conftest.$ac_ext <<_ACEOF
 
30145
/* confdefs.h.  */
 
30146
_ACEOF
 
30147
cat confdefs.h >>conftest.$ac_ext
 
30148
cat >>conftest.$ac_ext <<_ACEOF
 
30149
/* end confdefs.h.  */
 
30150
$ac_includes_default
 
30151
int
 
30152
main ()
 
30153
{
 
30154
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) >= 0)];
 
30155
test_array [0] = 0
 
30156
 
 
30157
  ;
 
30158
  return 0;
 
30159
}
 
30160
_ACEOF
 
30161
rm -f conftest.$ac_objext
 
30162
if { (ac_try="$ac_compile"
 
30163
case "(($ac_try" in
 
30164
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30165
  *) ac_try_echo=$ac_try;;
 
30166
esac
 
30167
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30168
$as_echo "$ac_try_echo") >&5
 
30169
  (eval "$ac_compile") 2>conftest.er1
 
30170
  ac_status=$?
 
30171
  grep -v '^ *+' conftest.er1 >conftest.err
 
30172
  rm -f conftest.er1
 
30173
  cat conftest.err >&5
 
30174
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30175
  (exit $ac_status); } && {
 
30176
         test -z "$ac_c_werror_flag" ||
 
30177
         test ! -s conftest.err
 
30178
       } && test -s conftest.$ac_objext; then
 
30179
  ac_lo=0 ac_mid=0
 
30180
  while :; do
 
30181
    cat >conftest.$ac_ext <<_ACEOF
 
30182
/* confdefs.h.  */
 
30183
_ACEOF
 
30184
cat confdefs.h >>conftest.$ac_ext
 
30185
cat >>conftest.$ac_ext <<_ACEOF
 
30186
/* end confdefs.h.  */
 
30187
$ac_includes_default
 
30188
int
 
30189
main ()
 
30190
{
 
30191
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= $ac_mid)];
 
30192
test_array [0] = 0
 
30193
 
 
30194
  ;
 
30195
  return 0;
 
30196
}
 
30197
_ACEOF
 
30198
rm -f conftest.$ac_objext
 
30199
if { (ac_try="$ac_compile"
 
30200
case "(($ac_try" in
 
30201
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30202
  *) ac_try_echo=$ac_try;;
 
30203
esac
 
30204
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30205
$as_echo "$ac_try_echo") >&5
 
30206
  (eval "$ac_compile") 2>conftest.er1
 
30207
  ac_status=$?
 
30208
  grep -v '^ *+' conftest.er1 >conftest.err
 
30209
  rm -f conftest.er1
 
30210
  cat conftest.err >&5
 
30211
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30212
  (exit $ac_status); } && {
 
30213
         test -z "$ac_c_werror_flag" ||
 
30214
         test ! -s conftest.err
 
30215
       } && test -s conftest.$ac_objext; then
 
30216
  ac_hi=$ac_mid; break
 
30217
else
 
30218
  $as_echo "$as_me: failed program was:" >&5
 
30219
sed 's/^/| /' conftest.$ac_ext >&5
 
30220
 
 
30221
        ac_lo=`expr $ac_mid + 1`
 
30222
                        if test $ac_lo -le $ac_mid; then
 
30223
                          ac_lo= ac_hi=
 
30224
                          break
 
30225
                        fi
 
30226
                        ac_mid=`expr 2 '*' $ac_mid + 1`
 
30227
fi
 
30228
 
 
30229
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30230
  done
 
30231
else
 
30232
  $as_echo "$as_me: failed program was:" >&5
 
30233
sed 's/^/| /' conftest.$ac_ext >&5
 
30234
 
 
30235
        cat >conftest.$ac_ext <<_ACEOF
 
30236
/* confdefs.h.  */
 
30237
_ACEOF
 
30238
cat confdefs.h >>conftest.$ac_ext
 
30239
cat >>conftest.$ac_ext <<_ACEOF
 
30240
/* end confdefs.h.  */
 
30241
$ac_includes_default
 
30242
int
 
30243
main ()
 
30244
{
 
30245
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) < 0)];
 
30246
test_array [0] = 0
 
30247
 
 
30248
  ;
 
30249
  return 0;
 
30250
}
 
30251
_ACEOF
 
30252
rm -f conftest.$ac_objext
 
30253
if { (ac_try="$ac_compile"
 
30254
case "(($ac_try" in
 
30255
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30256
  *) ac_try_echo=$ac_try;;
 
30257
esac
 
30258
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30259
$as_echo "$ac_try_echo") >&5
 
30260
  (eval "$ac_compile") 2>conftest.er1
 
30261
  ac_status=$?
 
30262
  grep -v '^ *+' conftest.er1 >conftest.err
 
30263
  rm -f conftest.er1
 
30264
  cat conftest.err >&5
 
30265
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30266
  (exit $ac_status); } && {
 
30267
         test -z "$ac_c_werror_flag" ||
 
30268
         test ! -s conftest.err
 
30269
       } && test -s conftest.$ac_objext; then
 
30270
  ac_hi=-1 ac_mid=-1
 
30271
  while :; do
 
30272
    cat >conftest.$ac_ext <<_ACEOF
 
30273
/* confdefs.h.  */
 
30274
_ACEOF
 
30275
cat confdefs.h >>conftest.$ac_ext
 
30276
cat >>conftest.$ac_ext <<_ACEOF
 
30277
/* end confdefs.h.  */
 
30278
$ac_includes_default
 
30279
int
 
30280
main ()
 
30281
{
 
30282
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) >= $ac_mid)];
 
30283
test_array [0] = 0
 
30284
 
 
30285
  ;
 
30286
  return 0;
 
30287
}
 
30288
_ACEOF
 
30289
rm -f conftest.$ac_objext
 
30290
if { (ac_try="$ac_compile"
 
30291
case "(($ac_try" in
 
30292
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30293
  *) ac_try_echo=$ac_try;;
 
30294
esac
 
30295
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30296
$as_echo "$ac_try_echo") >&5
 
30297
  (eval "$ac_compile") 2>conftest.er1
 
30298
  ac_status=$?
 
30299
  grep -v '^ *+' conftest.er1 >conftest.err
 
30300
  rm -f conftest.er1
 
30301
  cat conftest.err >&5
 
30302
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30303
  (exit $ac_status); } && {
 
30304
         test -z "$ac_c_werror_flag" ||
 
30305
         test ! -s conftest.err
 
30306
       } && test -s conftest.$ac_objext; then
 
30307
  ac_lo=$ac_mid; break
 
30308
else
 
30309
  $as_echo "$as_me: failed program was:" >&5
 
30310
sed 's/^/| /' conftest.$ac_ext >&5
 
30311
 
 
30312
        ac_hi=`expr '(' $ac_mid ')' - 1`
 
30313
                        if test $ac_mid -le $ac_hi; then
 
30314
                          ac_lo= ac_hi=
 
30315
                          break
 
30316
                        fi
 
30317
                        ac_mid=`expr 2 '*' $ac_mid`
 
30318
fi
 
30319
 
 
30320
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30321
  done
 
30322
else
 
30323
  $as_echo "$as_me: failed program was:" >&5
 
30324
sed 's/^/| /' conftest.$ac_ext >&5
 
30325
 
 
30326
        ac_lo= ac_hi=
 
30327
fi
 
30328
 
 
30329
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30330
fi
 
30331
 
 
30332
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30333
# Binary search between lo and hi bounds.
 
30334
while test "x$ac_lo" != "x$ac_hi"; do
 
30335
  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
30336
  cat >conftest.$ac_ext <<_ACEOF
 
30337
/* confdefs.h.  */
 
30338
_ACEOF
 
30339
cat confdefs.h >>conftest.$ac_ext
 
30340
cat >>conftest.$ac_ext <<_ACEOF
 
30341
/* end confdefs.h.  */
 
30342
$ac_includes_default
 
30343
int
 
30344
main ()
 
30345
{
 
30346
static int test_array [1 - 2 * !(((long int) (sizeof (time_t))) <= $ac_mid)];
 
30347
test_array [0] = 0
 
30348
 
 
30349
  ;
 
30350
  return 0;
 
30351
}
 
30352
_ACEOF
 
30353
rm -f conftest.$ac_objext
 
30354
if { (ac_try="$ac_compile"
 
30355
case "(($ac_try" in
 
30356
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30357
  *) ac_try_echo=$ac_try;;
 
30358
esac
 
30359
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30360
$as_echo "$ac_try_echo") >&5
 
30361
  (eval "$ac_compile") 2>conftest.er1
 
30362
  ac_status=$?
 
30363
  grep -v '^ *+' conftest.er1 >conftest.err
 
30364
  rm -f conftest.er1
 
30365
  cat conftest.err >&5
 
30366
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30367
  (exit $ac_status); } && {
 
30368
         test -z "$ac_c_werror_flag" ||
 
30369
         test ! -s conftest.err
 
30370
       } && test -s conftest.$ac_objext; then
 
30371
  ac_hi=$ac_mid
 
30372
else
 
30373
  $as_echo "$as_me: failed program was:" >&5
 
30374
sed 's/^/| /' conftest.$ac_ext >&5
 
30375
 
 
30376
        ac_lo=`expr '(' $ac_mid ')' + 1`
 
30377
fi
 
30378
 
 
30379
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30380
done
 
30381
case $ac_lo in
 
30382
?*) ac_cv_sizeof_time_t=$ac_lo;;
 
30383
'') if test "$ac_cv_type_time_t" = yes; then
 
30384
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
30385
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
30386
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (time_t)
 
30387
See \`config.log' for more details." >&5
 
30388
$as_echo "$as_me: error: cannot compute sizeof (time_t)
 
30389
See \`config.log' for more details." >&2;}
 
30390
   { (exit 77); exit 77; }; }; }
 
30391
   else
 
30392
     ac_cv_sizeof_time_t=0
 
30393
   fi ;;
 
30394
esac
 
30395
else
 
30396
  cat >conftest.$ac_ext <<_ACEOF
 
30397
/* confdefs.h.  */
 
30398
_ACEOF
 
30399
cat confdefs.h >>conftest.$ac_ext
 
30400
cat >>conftest.$ac_ext <<_ACEOF
 
30401
/* end confdefs.h.  */
 
30402
$ac_includes_default
 
30403
static long int longval () { return (long int) (sizeof (time_t)); }
 
30404
static unsigned long int ulongval () { return (long int) (sizeof (time_t)); }
 
30405
#include <stdio.h>
 
30406
#include <stdlib.h>
 
30407
int
 
30408
main ()
 
30409
{
 
30410
 
 
30411
  FILE *f = fopen ("conftest.val", "w");
 
30412
  if (! f)
 
30413
    return 1;
 
30414
  if (((long int) (sizeof (time_t))) < 0)
 
30415
    {
 
30416
      long int i = longval ();
 
30417
      if (i != ((long int) (sizeof (time_t))))
 
30418
        return 1;
 
30419
      fprintf (f, "%ld", i);
 
30420
    }
 
30421
  else
 
30422
    {
 
30423
      unsigned long int i = ulongval ();
 
30424
      if (i != ((long int) (sizeof (time_t))))
 
30425
        return 1;
 
30426
      fprintf (f, "%lu", i);
 
30427
    }
 
30428
  /* Do not output a trailing newline, as this causes \r\n confusion
 
30429
     on some platforms.  */
 
30430
  return ferror (f) || fclose (f) != 0;
 
30431
 
 
30432
  ;
 
30433
  return 0;
 
30434
}
 
30435
_ACEOF
 
30436
rm -f conftest$ac_exeext
 
30437
if { (ac_try="$ac_link"
 
30438
case "(($ac_try" in
 
30439
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30440
  *) ac_try_echo=$ac_try;;
 
30441
esac
 
30442
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30443
$as_echo "$ac_try_echo") >&5
 
30444
  (eval "$ac_link") 2>&5
 
30445
  ac_status=$?
 
30446
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30447
  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
30448
  { (case "(($ac_try" in
 
30449
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30450
  *) ac_try_echo=$ac_try;;
 
30451
esac
 
30452
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30453
$as_echo "$ac_try_echo") >&5
 
30454
  (eval "$ac_try") 2>&5
 
30455
  ac_status=$?
 
30456
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30457
  (exit $ac_status); }; }; then
 
30458
  ac_cv_sizeof_time_t=`cat conftest.val`
 
30459
else
 
30460
  $as_echo "$as_me: program exited with status $ac_status" >&5
 
30461
$as_echo "$as_me: failed program was:" >&5
 
30462
sed 's/^/| /' conftest.$ac_ext >&5
 
30463
 
 
30464
( exit $ac_status )
 
30465
if test "$ac_cv_type_time_t" = yes; then
 
30466
     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
30467
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
30468
{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (time_t)
 
30469
See \`config.log' for more details." >&5
 
30470
$as_echo "$as_me: error: cannot compute sizeof (time_t)
 
30471
See \`config.log' for more details." >&2;}
 
30472
   { (exit 77); exit 77; }; }; }
 
30473
   else
 
30474
     ac_cv_sizeof_time_t=0
 
30475
   fi
 
30476
fi
 
30477
rm -rf conftest.dSYM
 
30478
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
30479
fi
 
30480
rm -f conftest.val
 
30481
fi
 
30482
{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_time_t" >&5
 
30483
$as_echo "$ac_cv_sizeof_time_t" >&6; }
 
30484
 
 
30485
 
 
30486
 
 
30487
cat >>confdefs.h <<_ACEOF
 
30488
#define SIZEOF_TIME_T $ac_cv_sizeof_time_t
 
30489
_ACEOF
 
30490
 
 
30491
 
 
30492
if test "$ac_cv_sizeof_time_t" -eq 0
 
30493
then
 
30494
  { { $as_echo "$as_me:$LINENO: error: \"MySQL needs a time_t type.\"" >&5
 
30495
$as_echo "$as_me: error: \"MySQL needs a time_t type.\"" >&2;}
 
30496
   { (exit 1); exit 1; }; }
 
30497
fi
 
30498
 
30133
30499
# do we need #pragma interface/#pragma implementation ?
30134
30500
# yes if it's gcc 2.x, and not icc pretending to be gcc, and not cygwin
30135
30501
{ $as_echo "$as_me:$LINENO: checking the need for #pragma interface/implementation" >&5
33118
33484
done
33119
33485
 
33120
33486
 
33121
 
for ac_func in issetugid
 
33487
 
 
33488
 
 
33489
 
 
33490
 
 
33491
for ac_func in issetugid getuid geteuid getgid getegid
33122
33492
do
33123
33493
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
33124
33494
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
37719
38089
cat confdefs.h >>conftest.$ac_ext
37720
38090
cat >>conftest.$ac_ext <<_ACEOF
37721
38091
/* end confdefs.h.  */
37722
 
 
37723
 
#ifdef HAVE_UNISTD_H
37724
 
# include <unistd.h>
37725
 
#endif
37726
 
 
37727
 
 
 
38092
$ac_includes_default
37728
38093
int
37729
38094
main ()
37730
38095
{
37780
38145
 
37781
38146
 
37782
38147
fi
 
38148
{ $as_echo "$as_me:$LINENO: checking whether bzero is declared" >&5
 
38149
$as_echo_n "checking whether bzero is declared... " >&6; }
 
38150
if test "${ac_cv_have_decl_bzero+set}" = set; then
 
38151
  $as_echo_n "(cached) " >&6
 
38152
else
 
38153
  cat >conftest.$ac_ext <<_ACEOF
 
38154
/* confdefs.h.  */
 
38155
_ACEOF
 
38156
cat confdefs.h >>conftest.$ac_ext
 
38157
cat >>conftest.$ac_ext <<_ACEOF
 
38158
/* end confdefs.h.  */
 
38159
$ac_includes_default
 
38160
int
 
38161
main ()
 
38162
{
 
38163
#ifndef bzero
 
38164
  (void) bzero;
 
38165
#endif
 
38166
 
 
38167
  ;
 
38168
  return 0;
 
38169
}
 
38170
_ACEOF
 
38171
rm -f conftest.$ac_objext
 
38172
if { (ac_try="$ac_compile"
 
38173
case "(($ac_try" in
 
38174
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38175
  *) ac_try_echo=$ac_try;;
 
38176
esac
 
38177
eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
38178
$as_echo "$ac_try_echo") >&5
 
38179
  (eval "$ac_compile") 2>conftest.er1
 
38180
  ac_status=$?
 
38181
  grep -v '^ *+' conftest.er1 >conftest.err
 
38182
  rm -f conftest.er1
 
38183
  cat conftest.err >&5
 
38184
  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38185
  (exit $ac_status); } && {
 
38186
         test -z "$ac_c_werror_flag" ||
 
38187
         test ! -s conftest.err
 
38188
       } && test -s conftest.$ac_objext; then
 
38189
  ac_cv_have_decl_bzero=yes
 
38190
else
 
38191
  $as_echo "$as_me: failed program was:" >&5
 
38192
sed 's/^/| /' conftest.$ac_ext >&5
 
38193
 
 
38194
        ac_cv_have_decl_bzero=no
 
38195
fi
 
38196
 
 
38197
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
38198
fi
 
38199
{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_bzero" >&5
 
38200
$as_echo "$ac_cv_have_decl_bzero" >&6; }
 
38201
if test "x$ac_cv_have_decl_bzero" = x""yes; then
 
38202
 
 
38203
cat >>confdefs.h <<_ACEOF
 
38204
#define HAVE_DECL_BZERO 1
 
38205
_ACEOF
 
38206
 
 
38207
 
 
38208
else
 
38209
  cat >>confdefs.h <<_ACEOF
 
38210
#define HAVE_DECL_BZERO 0
 
38211
_ACEOF
 
38212
 
 
38213
 
 
38214
fi
 
38215
 
37783
38216
 
37784
38217
 
37785
38218
 
37901
38334
  sighold sigset sigthreadmask port_create sleep \
37902
38335
  snprintf socket stpcpy strcasecmp strerror strsignal strnlen strpbrk strstr \
37903
38336
  strtol strtoll strtoul strtoull tell tempnam thr_setconcurrency vidattr \
37904
 
  posix_fallocate backtrace backtrace_symbols backtrace_symbols_fd printstack
 
38337
  posix_fallocate backtrace backtrace_symbols backtrace_symbols_fd printstack \
 
38338
  fedisableexcept
37905
38339
do
37906
38340
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
37907
38341
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
41240
41674
 
41241
41675
 
41242
41676
 
 
41677
# Enable if you know what you are doing (trying to link both InnoDB and
 
41678
# InnoDB Plugin statically into MySQL does not work).
 
41679
#MYSQL_PLUGIN_STATIC(innodb_plugin, [libinnobase.a])
41243
41680
 
41244
41681
 
41245
41682
 
43624
44061
          # autoconf doesn't provide an automatic way to configure DIST_SUBDIRS of
43625
44062
          # a subdir; for our purposes, it's enough to just check for existing
43626
44063
          # Makefile.am files and add them in here
43627
 
          ac_config_files="$ac_config_files storage/ndb/docs/Makefile storage/ndb/include/Makefile storage/ndb/src/common/debugger/signaldata/Makefile storage/ndb/src/common/debugger/Makefile storage/ndb/src/common/logger/Makefile storage/ndb/src/common/mgmcommon/Makefile storage/ndb/src/common/portlib/Makefile storage/ndb/src/common/transporter/Makefile storage/ndb/src/common/util/Makefile storage/ndb/src/common/Makefile storage/ndb/src/cw/cpcd/Makefile storage/ndb/src/cw/Makefile storage/ndb/src/kernel/blocks/backup/Makefile storage/ndb/src/kernel/blocks/dbdict/Makefile storage/ndb/src/kernel/blocks/dbdih/Makefile storage/ndb/src/kernel/blocks/dblqh/Makefile storage/ndb/src/kernel/blocks/dbtup/Makefile storage/ndb/src/kernel/blocks/Makefile storage/ndb/src/kernel/error/Makefile storage/ndb/src/kernel/vm/Makefile storage/ndb/src/kernel/Makefile storage/ndb/src/mgmapi/Makefile storage/ndb/src/mgmclient/Makefile storage/ndb/src/mgmsrv/Makefile storage/ndb/src/ndbapi/Makefile storage/ndb/src/Makefile storage/ndb/test/ndbapi/bank/Makefile storage/ndb/test/ndbapi/Makefile storage/ndb/test/run-test/Makefile storage/ndb/test/src/Makefile storage/ndb/test/tools/Makefile storage/ndb/test/Makefile storage/ndb/tools/Makefile storage/ndb/Makefile"
 
44064
          ac_config_files="$ac_config_files storage/ndb/tools/Makefile storage/ndb/include/Makefile storage/ndb/docs/Makefile storage/ndb/Makefile storage/ndb/test/src/Makefile storage/ndb/test/tools/Makefile storage/ndb/test/Makefile storage/ndb/test/run-test/Makefile storage/ndb/test/ndbapi/bank/Makefile storage/ndb/test/ndbapi/Makefile storage/ndb/src/mgmclient/Makefile storage/ndb/src/mgmsrv/Makefile storage/ndb/src/ndbapi/Makefile storage/ndb/src/common/portlib/Makefile storage/ndb/src/common/util/Makefile storage/ndb/src/common/Makefile storage/ndb/src/common/mgmcommon/Makefile storage/ndb/src/common/logger/Makefile storage/ndb/src/common/debugger/signaldata/Makefile storage/ndb/src/common/debugger/Makefile storage/ndb/src/common/transporter/Makefile storage/ndb/src/mgmapi/Makefile storage/ndb/src/Makefile storage/ndb/src/cw/Makefile storage/ndb/src/cw/cpcd/Makefile storage/ndb/src/kernel/Makefile storage/ndb/src/kernel/vm/Makefile storage/ndb/src/kernel/error/Makefile storage/ndb/src/kernel/blocks/Makefile storage/ndb/src/kernel/blocks/dbdict/Makefile storage/ndb/src/kernel/blocks/backup/Makefile storage/ndb/src/kernel/blocks/dbtup/Makefile storage/ndb/src/kernel/blocks/dblqh/Makefile storage/ndb/src/kernel/blocks/dbdih/Makefile"
43628
44065
 
43629
44066
 
43630
44067
 
47844
48281
 
47845
48282
  { $as_echo "$as_me:$LINENO: checking whether Solaris libc atomic functions are available" >&5
47846
48283
$as_echo_n "checking whether Solaris libc atomic functions are available... " >&6; }
47847
 
  # either define HAVE_IB_SOLARIS_ATOMICS or not
47848
 
 
47849
 
 
47850
 
 
47851
 
 
47852
 
 
47853
 
for ac_func in atomic_cas_ulong \
 
48284
  # Define HAVE_IB_SOLARIS_ATOMICS if _all_ of the following
 
48285
  # functions are present.
 
48286
 
 
48287
 
 
48288
 
 
48289
 
 
48290
 
 
48291
for ac_func in atomic_add_long_nv \
47854
48292
                 atomic_cas_32 \
47855
48293
                 atomic_cas_64 \
47856
 
                 atomic_add_long_nv \
 
48294
                 atomic_cas_ulong \
47857
48295
                 atomic_swap_uchar
47858
48296
do
47859
48297
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
47951
48389
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
47952
48390
_ACEOF
47953
48391
 
 
48392
fi
 
48393
done
 
48394
 
 
48395
 
 
48396
  if test "${ac_cv_func_atomic_add_long_nv}" = "yes" -a \
 
48397
          "${ac_cv_func_atomic_cas_32}" = "yes" -a \
 
48398
          "${ac_cv_func_atomic_cas_64}" = "yes" -a \
 
48399
          "${ac_cv_func_atomic_cas_ulong}" = "yes" -a \
 
48400
          "${ac_cv_func_atomic_swap_uchar}" = "yes" ; then
 
48401
 
 
48402
 
47954
48403
cat >>confdefs.h <<\_ACEOF
47955
48404
#define HAVE_IB_SOLARIS_ATOMICS 1
47956
48405
_ACEOF
47957
48406
 
47958
 
 
47959
 
fi
47960
 
done
47961
 
 
 
48407
  fi
47962
48408
 
47963
48409
  { $as_echo "$as_me:$LINENO: checking whether pthread_t can be used by Solaris libc atomic functions" >&5
47964
48410
$as_echo_n "checking whether pthread_t can be used by Solaris libc atomic functions... " >&6; }
49507
49953
    MAN_DROP="$MAN_DROP embedded"
49508
49954
    grep -v 'embedded' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
49509
49955
  fi
49510
 
  if test X"$with_plugin_innobase" != Xyes
 
49956
  if test X"$with_plugin_innobase" != Xyes -a X"$with_plugin_innodb_plugin" != Xyes
49511
49957
  then
49512
49958
    MAN_DROP="$MAN_DROP innodb"
49513
49959
    grep -v 'inno' $MANLISTFIL > $TMPLISTFIL ; mv -f $TMPLISTFIL $MANLISTFIL
49613
50059
fi
49614
50060
 
49615
50061
# "innochecksum" is not in the "innobase/" subdirectory, but should be switched
49616
 
 if test X"$with_plugin_innobase" = Xyes; then
 
50062
 if test X"$with_plugin_innobase" = Xyes -o X"$with_plugin_innodb_plugin" = Xyes ; then
49617
50063
  BUILD_INNODB_TOOLS_TRUE=
49618
50064
  BUILD_INNODB_TOOLS_FALSE='#'
49619
50065
else
49660
50106
 
49661
50107
  if test "$USE_MYSQL_MAINTAINER_MODE" = "yes"; then
49662
50108
 
 
50109
  # Detect ICC posing as GCC.
 
50110
  cat >conftest.$ac_ext <<_ACEOF
 
50111
/* confdefs.h.  */
 
50112
_ACEOF
 
50113
cat confdefs.h >>conftest.$ac_ext
 
50114
cat >>conftest.$ac_ext <<_ACEOF
 
50115
/* end confdefs.h.  */
 
50116
__INTEL_COMPILER
 
50117
_ACEOF
 
50118
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
50119
  $EGREP "^__INTEL_COMPILER" >/dev/null 2>&1; then
 
50120
  INTEL_COMPILER=no
 
50121
else
 
50122
  INTEL_COMPILER=yes
 
50123
fi
 
50124
rm -f conftest*
 
50125
 
49663
50126
  # Setup GCC warning options.
49664
 
  if test "$GCC" = "yes"; then
 
50127
  if test "$GCC" = "yes" -a "$INTEL_COMPILER" = "no"; then
49665
50128
 
49666
50129
    C_WARNINGS="-Wall -Wextra -Wunused -Wwrite-strings -Wno-strict-aliasing -Werror"
49667
50130
    CXX_WARNINGS="${C_WARNINGS} -Wno-unused-parameter"
50389
50852
# report actual input values of CONFIG_FILES etc. instead of their
50390
50853
# values after options handling.
50391
50854
ac_log="
50392
 
This file was extended by MySQL Server $as_me 5.1.54, which was
 
50855
This file was extended by MySQL Server $as_me 5.1.61, which was
50393
50856
generated by GNU Autoconf 2.63.  Invocation command line was
50394
50857
 
50395
50858
  CONFIG_FILES    = $CONFIG_FILES
50452
50915
_ACEOF
50453
50916
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
50454
50917
ac_cs_version="\\
50455
 
MySQL Server config.status 5.1.54
 
50918
MySQL Server config.status 5.1.61
50456
50919
configured by $0, generated by GNU Autoconf 2.63,
50457
50920
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
50458
50921
 
50951
51414
    "storage/innodb_plugin/Makefile") CONFIG_FILES="$CONFIG_FILES storage/innodb_plugin/Makefile" ;;
50952
51415
    "storage/myisam/Makefile") CONFIG_FILES="$CONFIG_FILES storage/myisam/Makefile" ;;
50953
51416
    "storage/myisammrg/Makefile") CONFIG_FILES="$CONFIG_FILES storage/myisammrg/Makefile" ;;
 
51417
    "storage/ndb/tools/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/tools/Makefile" ;;
 
51418
    "storage/ndb/include/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/Makefile" ;;
50954
51419
    "storage/ndb/docs/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/docs/Makefile" ;;
50955
 
    "storage/ndb/include/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/Makefile" ;;
 
51420
    "storage/ndb/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/Makefile" ;;
 
51421
    "storage/ndb/test/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/src/Makefile" ;;
 
51422
    "storage/ndb/test/tools/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/tools/Makefile" ;;
 
51423
    "storage/ndb/test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/Makefile" ;;
 
51424
    "storage/ndb/test/run-test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/run-test/Makefile" ;;
 
51425
    "storage/ndb/test/ndbapi/bank/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/bank/Makefile" ;;
 
51426
    "storage/ndb/test/ndbapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/Makefile" ;;
 
51427
    "storage/ndb/src/mgmclient/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmclient/Makefile" ;;
 
51428
    "storage/ndb/src/mgmsrv/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmsrv/Makefile" ;;
 
51429
    "storage/ndb/src/ndbapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/ndbapi/Makefile" ;;
 
51430
    "storage/ndb/src/common/portlib/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/portlib/Makefile" ;;
 
51431
    "storage/ndb/src/common/util/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/util/Makefile" ;;
 
51432
    "storage/ndb/src/common/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/Makefile" ;;
 
51433
    "storage/ndb/src/common/mgmcommon/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/mgmcommon/Makefile" ;;
 
51434
    "storage/ndb/src/common/logger/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/logger/Makefile" ;;
50956
51435
    "storage/ndb/src/common/debugger/signaldata/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/debugger/signaldata/Makefile" ;;
50957
51436
    "storage/ndb/src/common/debugger/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/debugger/Makefile" ;;
50958
 
    "storage/ndb/src/common/logger/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/logger/Makefile" ;;
50959
 
    "storage/ndb/src/common/mgmcommon/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/mgmcommon/Makefile" ;;
50960
 
    "storage/ndb/src/common/portlib/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/portlib/Makefile" ;;
50961
51437
    "storage/ndb/src/common/transporter/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/transporter/Makefile" ;;
50962
 
    "storage/ndb/src/common/util/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/util/Makefile" ;;
50963
 
    "storage/ndb/src/common/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/common/Makefile" ;;
 
51438
    "storage/ndb/src/mgmapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmapi/Makefile" ;;
 
51439
    "storage/ndb/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/Makefile" ;;
 
51440
    "storage/ndb/src/cw/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/cw/Makefile" ;;
50964
51441
    "storage/ndb/src/cw/cpcd/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/cw/cpcd/Makefile" ;;
50965
 
    "storage/ndb/src/cw/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/cw/Makefile" ;;
 
51442
    "storage/ndb/src/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/Makefile" ;;
 
51443
    "storage/ndb/src/kernel/vm/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/vm/Makefile" ;;
 
51444
    "storage/ndb/src/kernel/error/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/error/Makefile" ;;
 
51445
    "storage/ndb/src/kernel/blocks/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/Makefile" ;;
 
51446
    "storage/ndb/src/kernel/blocks/dbdict/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbdict/Makefile" ;;
50966
51447
    "storage/ndb/src/kernel/blocks/backup/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/backup/Makefile" ;;
50967
 
    "storage/ndb/src/kernel/blocks/dbdict/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbdict/Makefile" ;;
 
51448
    "storage/ndb/src/kernel/blocks/dbtup/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbtup/Makefile" ;;
 
51449
    "storage/ndb/src/kernel/blocks/dblqh/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dblqh/Makefile" ;;
50968
51450
    "storage/ndb/src/kernel/blocks/dbdih/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbdih/Makefile" ;;
50969
 
    "storage/ndb/src/kernel/blocks/dblqh/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dblqh/Makefile" ;;
50970
 
    "storage/ndb/src/kernel/blocks/dbtup/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/dbtup/Makefile" ;;
50971
 
    "storage/ndb/src/kernel/blocks/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/blocks/Makefile" ;;
50972
 
    "storage/ndb/src/kernel/error/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/error/Makefile" ;;
50973
 
    "storage/ndb/src/kernel/vm/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/vm/Makefile" ;;
50974
 
    "storage/ndb/src/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/kernel/Makefile" ;;
50975
 
    "storage/ndb/src/mgmapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmapi/Makefile" ;;
50976
 
    "storage/ndb/src/mgmclient/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmclient/Makefile" ;;
50977
 
    "storage/ndb/src/mgmsrv/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/mgmsrv/Makefile" ;;
50978
 
    "storage/ndb/src/ndbapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/ndbapi/Makefile" ;;
50979
 
    "storage/ndb/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/Makefile" ;;
50980
 
    "storage/ndb/test/ndbapi/bank/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/bank/Makefile" ;;
50981
 
    "storage/ndb/test/ndbapi/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/ndbapi/Makefile" ;;
50982
 
    "storage/ndb/test/run-test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/run-test/Makefile" ;;
50983
 
    "storage/ndb/test/src/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/src/Makefile" ;;
50984
 
    "storage/ndb/test/tools/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/tools/Makefile" ;;
50985
 
    "storage/ndb/test/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/test/Makefile" ;;
50986
 
    "storage/ndb/tools/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/tools/Makefile" ;;
50987
 
    "storage/ndb/Makefile") CONFIG_FILES="$CONFIG_FILES storage/ndb/Makefile" ;;
50988
51451
    "storage/ndb/src/libndb.ver") CONFIG_FILES="$CONFIG_FILES storage/ndb/src/libndb.ver" ;;
50989
51452
    "storage/ndb/include/ndb_version.h") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/ndb_version.h" ;;
50990
51453
    "storage/ndb/include/ndb_global.h") CONFIG_FILES="$CONFIG_FILES storage/ndb/include/ndb_global.h" ;;
52666
53129
fi
52667
53130
 
52668
53131
 
 
53132
# Add warning if user configures with --with-ndbcluster
 
53133
if test X"$with_plugin_ndbcluster" = Xyes ; then
 
53134
  echo
 
53135
  echo This version of MySQL Cluster is no longer maintained.
 
53136
  echo Please use the separate sources provided for MySQL Cluster instead.
 
53137
  echo See http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster.html
 
53138
  echo for more details.
 
53139
fi
 
53140
 
52669
53141
# The first line "Thank you ..." is checked in ./Do-compile to verify that configure
52670
53142
# ended sucessfully - don't remove it.
52671
53143
echo