diff options
author | Po Lu <luangruo@yahoo.com> | 2021-12-12 11:15:00 +0800 |
---|---|---|
committer | Po Lu <luangruo@yahoo.com> | 2021-12-12 11:15:00 +0800 |
commit | 0e69753ac142ef0f45ec14c8281ec4f76aea723b (patch) | |
tree | 2f53ce6aa6f45bbb2876f54bdeb51d7c0b7433e4 /configure.ac | |
parent | b9c1e1d73bbaf9228867dad2885ca6de53a3175f (diff) | |
parent | ff9360f4da351d25f1f9fb1ed9a78ce9db321ac4 (diff) | |
download | emacs-0e69753ac142ef0f45ec14c8281ec4f76aea723b.tar.gz emacs-0e69753ac142ef0f45ec14c8281ec4f76aea723b.tar.bz2 emacs-0e69753ac142ef0f45ec14c8281ec4f76aea723b.zip |
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 892c3e0b7b8..9a74c52c68a 100644 --- a/configure.ac +++ b/configure.ac @@ -2704,7 +2704,7 @@ if test "${with_sqlite3}" != "no"; then AC_SUBST(SQLITE3_LIBS) LIBS="$SQLITE3_LIBS $LIBS" AC_DEFINE(HAVE_SQLITE3, 1, [Define to 1 if you have the libsqlite3 library (-lsqlite).]) - # Windows loads libwebp dynamically + # Windows loads libsqlite dynamically if test "${opsys}" = "mingw32"; then SQLITE3_LIBS= fi |