]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Correctly report SQLite3 usage in summary 2414/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 7 Apr 2015 12:27:30 +0000 (14:27 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 7 Apr 2015 12:27:30 +0000 (14:27 +0200)
configure.ac

index ee6f820faac510c31563bf97ddb89f068af6c027..edeeb1615312596b7ca843d049146adda1978df6 100644 (file)
@@ -395,7 +395,10 @@ AC_MSG_NOTICE([LDFLAGS: $LDFLAGS])
 AC_MSG_NOTICE([])
 AC_MSG_NOTICE([BOOST_CPPFLAGS: $BOOST_CPPFLAGS])
 AC_MSG_NOTICE([])
-AC_MSG_NOTICE([SQLite3 support: $with_sqlite3])
+AS_IF([test "x$needsqlite3" != "x"],
+  [AC_MSG_NOTICE([SQLite3 support: yes])],
+  [AC_MSG_NOTICE([SQLite3 support: no])]
+)
 AS_IF([test "x$LUAPC" != "x"],
   [AC_MSG_NOTICE([Lua support: $LUAPC])],
   [AC_MSG_NOTICE([Lua support: no])]