]> granicus.if.org Git - pdns/commitdiff
Remove redundant AC_SUBST
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 24 Dec 2014 17:57:22 +0000 (18:57 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 24 Dec 2014 17:57:22 +0000 (18:57 +0100)
PKG_CHECK_MODULE already sets those

configure.ac

index cf4003343c3553e57c65a8f01f5a7e4e5e1a9c48..000f601ef114d9b96a5b9db6cd215e253f487eff 100644 (file)
@@ -289,8 +289,6 @@ AS_IF([test "x$needsqlite3" = "xyes"], [
     [HAVE_SQLITE3=yes],
     [AC_MSG_ERROR([Could not find sqlite3])]
   )
-  AC_SUBST(SQLITE3_LIBS)
-  AC_SUBST(SQLITE3_CFLAGS)
   AC_DEFINE([HAVE_SQLITE3],[1],[If we have sqlite3])
 ])