~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-21 15:31:05 UTC
  • mfrom: (1.1.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20100621153105-pbbz3t6nyrf9t2zq
Tags: upstream-5.1.48
ImportĀ upstreamĀ versionĀ 5.1.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
dnl When changing the major version number please also check the switch
13
13
dnl statement in mysqlbinlog::check_master_version().  You may also need
14
14
dnl to update version.c in ndb.
15
 
AC_INIT([MySQL Server], [5.1.47], [], [mysql])
 
15
AC_INIT([MySQL Server], [5.1.48], [], [mysql])
16
16
 
17
17
AC_CONFIG_SRCDIR([sql/mysqld.cc])
18
18
AC_CANONICAL_SYSTEM
1729
1729
  CXXFLAGS="$OPTIMIZE_CXXFLAGS $CXXFLAGS"
1730
1730
fi
1731
1731
 
 
1732
AC_ARG_WITH([valgrind],
 
1733
  [AS_HELP_STRING([--with-valgrind],
 
1734
    [Valgrind instrumentation @<:@default=no@:>@])],
 
1735
    [], [with_valgrind=no])
 
1736
 
 
1737
if test "$with_valgrind" != "no"
 
1738
then
 
1739
  AC_CHECK_HEADERS([valgrind/valgrind.h valgrind/memcheck.h],
 
1740
    [AC_DEFINE([HAVE_VALGRIND], [1], [Define for Valgrind support])])
 
1741
fi
 
1742
 
1732
1743
# Debug Sync Facility. NOTE: depends on 'with_debug'. Must be behind it.
1733
1744
AC_MSG_CHECKING(if Debug Sync Facility should be enabled.)
1734
1745
AC_ARG_ENABLE(debug_sync,