From: Howard Chu Date: Sun, 7 Dec 2003 03:22:31 +0000 (+0000) Subject: Use AC_pcache instead of AC_meta X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~245 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=10bd2f8629ddea8c9d4316b15a803c74db9281f7;p=openldap Use AC_pcache instead of AC_meta --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 81f4b42f3a..bf2f0f6952 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -21,7 +21,7 @@ sed -e "s/@BACKEND@/${BACKEND}/" \ -e "s/^#${BACKEND}#//" \ -e "s/^#${BACKENDTYPE}#//" \ -e "s/^#${AC_ldap}#//" \ - -e "s/^#${AC_meta}#//" \ + -e "s/^#${AC_pcache}#//" \ -e "s/^#${MON}#//" \ -e "s/@CACHETTL@/${CACHETTL}/" \ -e "s/@ENTRY_LIMIT@/${CACHE_ENTRY_LIMIT}/"