mirror of https://github.com/aria2/aria2
2009-08-09 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Fixed sqlite3.m4 macro so that sqlite3_open_v2 function is detected properly. * m4/sqlite3.m4pull/1/head
parent
611eadf85d
commit
942990354f
|
@ -6401,6 +6401,8 @@ fi
|
|||
fi
|
||||
fi
|
||||
if test "x$have_sqlite3" = "xyes"; then
|
||||
LIBS="$SQLITE3_LIBS"
|
||||
CPPFLAGS="$SQLITE3_CFLAGS"
|
||||
|
||||
for ac_func in sqlite3_open_v2
|
||||
do
|
||||
|
|
|
@ -29,6 +29,8 @@ if test "x$have_sqlite3" != "xyes"; then
|
|||
fi
|
||||
fi
|
||||
if test "x$have_sqlite3" = "xyes"; then
|
||||
LIBS="$SQLITE3_LIBS $LIBS"
|
||||
CPPFLAGS="$SQLITE3_CFLAGS $CPPFLAGS"
|
||||
AC_CHECK_FUNCS([sqlite3_open_v2])
|
||||
AC_DEFINE([HAVE_SQLITE3], [1], [Define to 1 if you have sqlite3.])
|
||||
AC_SUBST(SQLITE3_LIBS)
|
||||
|
|
Loading…
Reference in New Issue