]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/external/time_quota/required.m4
Maintenance: update --with-tdb detection (#1776)
[thirdparty/squid.git] / src / acl / external / time_quota / required.m4
index 12dbd8a0e3a9a421c56035081443d797d6fa94de..d73fdbb89a3bab4a2d600d6e060baaf8dbd1463b 100644 (file)
@@ -5,7 +5,4 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-SQUID_CHECK_LIBTDB
-if test "$with_tdb" != "no"; then
-    BUILD_HELPER="time_quota"
-fi
+AS_IF([test "x$LIBTDB_LIBS" != "x"],[BUILD_HELPER="time_quota"])