summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-09-05 13:53:13 +0000
committerAndrew Tridgell <tridge@samba.org>1998-09-05 13:53:13 +0000
commitb28284007838c5802930691f1bd0aa77627ae7a2 (patch)
tree1ec2300308f02bd1bf00428eb207ff1ec76dc9f7 /source3/configure.in
parentf5e6f03389e53c6575c68f7bde5f9fa7dc496240 (diff)
downloadsamba-b28284007838c5802930691f1bd0aa77627ae7a2.tar.gz
samba-b28284007838c5802930691f1bd0aa77627ae7a2.tar.bz2
samba-b28284007838c5802930691f1bd0aa77627ae7a2.zip
added a configuration summary at the end of ./configure. It also
aborts if essential functions are not available. (This used to be commit 5c7717f033f670f587b4a250d0a663cad30824e5)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in5
1 files changed, 5 insertions, 0 deletions
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