From 930e624d816a175d5ca4448e6ed40bc7dd8ec5b7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 28 Jul 2005 11:51:37 +0000 Subject: r8826: Make configure generate config.mk files (with the external libraries that were found) and a config.pm file (with all substitution variables) (This used to be commit 52bb1374bbcfc9b9a6d098687bafe9021a1ee858) --- source4/build/m4/env.m4 | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/build/m4/env.m4') diff --git a/source4/build/m4/env.m4 b/source4/build/m4/env.m4 index 7d43f920dd..7ab6dc61b0 100644 --- a/source4/build/m4/env.m4 +++ b/source4/build/m4/env.m4 @@ -13,8 +13,6 @@ if test -n "${SAMBA_VERSION_SVN_REVISION}";then echo "BUILD REVISION: ${SAMBA_VERSION_SVN_REVISION}" fi -SMB_INFO_BUILD_ENV="" - sinclude(build/m4/check_path.m4) sinclude(build/m4/check_perl.m4) sinclude(build/m4/check_cc.m4) -- cgit