Skip to content

Commit

Permalink
Merge pull request mridoni#165 from GitMensch/patch-1
Browse files Browse the repository at this point in the history
fix configure option --disable-sqlite
  • Loading branch information
mridoni authored Sep 28, 2023
2 parents 88c94b2 + 72546b8 commit 69e2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ AC_ARG_ENABLE([pgsql],
AC_ARG_ENABLE([oracle],
[AS_HELP_STRING([--enable-oracle], [Enable Oracle support @<:@yes@:>@])])

AC_ARG_ENABLE([pgsql],
AC_ARG_ENABLE([sqlite],
[AS_HELP_STRING([--enable-sqlite], [Enable SQLite support @<:@yes@:>@])])

AC_ARG_WITH([default-driver],
Expand Down

0 comments on commit 69e2671

Please sign in to comment.