From b28284007838c5802930691f1bd0aa77627ae7a2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 5 Sep 1998 13:53:13 +0000 Subject: added a configuration summary at the end of ./configure. It also aborts if essential functions are not available. (This used to be commit 5c7717f033f670f587b4a250d0a663cad30824e5) --- source3/configure.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 98a5ad1498..d0e3448944 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -704,6 +704,11 @@ if test $space = no; then fi fi +echo "checking configure summary" +AC_TRY_RUN([#include "tests/summary.c"], + echo "configure OK";, + echo ERROR - summary failure. Aborting config; exit 1) + AC_OUTPUT(Makefile tests/dummy client/dummy lib/dummy ubiqx/dummy web/dummy param/dummy nmbd/dummy smbd/dummy rpc_server/dummy -- cgit