~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/plugin.ac

  • Committer: Stewart Smith
  • Date: 2010-11-03 03:27:09 UTC
  • mto: (1902.1.1 build) (1910.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1903.
  • Revision ID: stewart@flamingspork.com-20101103032709-oyvfrc6eb8fzj0mr
fix docs warning: docs/unlock.rst:2: (WARNING/2) Title underline too short.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
# FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
11
11
12
12
# You should have received a copy of the GNU General Public License along with
13
 
# this program; if not, write to the Free Software Foundation, Inc., 59 Temple
14
 
# Place, Suite 330, Boston, MA 02111-1307 USA
 
13
# this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
 
14
# St, Fifth Floor, Boston, MA 02110-1301 USA
15
15
#
16
16
 
17
17
AC_DEFUN([AC_INNODB_ACTIONS],[
18
 
  AC_REQUIRE([AC_PROG_LEX])
 
18
  PANDORA_REQUIRE_FLEX
 
19
 
19
20
  AC_REQUIRE([AC_FUNC_MMAP])
20
21
 
21
22
  AC_CHECK_LIB(rt, aio_read, [innodb_system_libs="-lrt"])