2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[1909] Remove redundant AC_SUBSTs

This commit is contained in:
Mukund Sivaraman
2013-05-02 08:27:55 +05:30
parent fa72716d18
commit f182b85e7a

View File

@@ -16,9 +16,6 @@ PKG_CHECK_MODULES(SQLITE, sqlite3 >= 3.3.9,
have_sqlite="yes",
have_sqlite="no (sqlite3 not detected)")
AC_SUBST(SQLITE_CFLAGS)
AC_SUBST(SQLITE_LIBS)
# Check for sqlite3 program
AC_PATH_PROG(SQLITE3_PROGRAM, sqlite3, no)
AM_CONDITIONAL(HAVE_SQLITE3_PROGRAM, test "x$SQLITE3_PROGRAM" != "xno")