diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-09-05 13:53:13 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-09-05 13:53:13 +0000 |
commit | 5c7717f033f670f587b4a250d0a663cad30824e5 (patch) | |
tree | 42bab3a2ae4aa5b64a19f3a936cfd4090be4adfa /source/configure.in | |
parent | 3f4959a065ed987a8254903a5aaf6234bb88ad5c (diff) | |
download | samba-5c7717f033f670f587b4a250d0a663cad30824e5.tar.gz samba-5c7717f033f670f587b4a250d0a663cad30824e5.tar.xz samba-5c7717f033f670f587b4a250d0a663cad30824e5.zip |
added a configuration summary at the end of ./configure. It also
aborts if essential functions are not available.
Diffstat (limited to 'source/configure.in')
-rw-r--r-- | source/configure.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in index 98a5ad14983..d0e3448944d 100644 --- a/source/configure.in +++ b/source/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 |