You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
288 B

  1. --- a/acinclude.m4
  2. +++ b/acinclude.m4
  3. @@ -310,7 +310,7 @@ if test "$ac_sqlite3" = "yes"; then
  4. AC_SEARCH_LIBS_VAR([sqlite3_exec], sqlite3, , , , SQLITE3_LIBS)
  5. SQLITE3_LDFLAGS=""
  6. else
  7. - SQLITE3_LIBS=-lsqlite
  8. + SQLITE3_LIBS=-lsqlite3
  9. SQLITE3_LDFLAGS=-L$ac_sqlite3_libdir
  10. fi