openbsd-ports/databases/ocaml-sqlite3/patches/patch-configure_ac
avsm 90e83b7a7f initial import of ocaml-sqlite3-0.2.0
--
OCaml bindings to the SQLite 3 database access library.  The current
version provides low level access to the SQL queries and data
transfer.  Aggregate/user-defined SQL function support is not
implemented.
2006-06-01 01:20:25 +00:00

12 lines
283 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1.1.1 2006/06/01 01:20:25 avsm Exp $
--- configure.ac.orig Mon May 29 05:46:05 2006
+++ configure.ac Mon May 29 05:46:19 2006
@@ -14,6 +14,7 @@ AC_PROG_CC
AC_CHECKING(for C header files)
AC_HEADER_STDC
+AC_FUNC_ALLOCA
AC_CHECKING(libraries)