From: Andrew Bartlett Date: Thu, 5 Apr 2012 00:21:09 +0000 (+1000) Subject: build: Restore configure summary checking X-Git-Tag: ldb-1.1.5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5fcce05b6798a4b76feabe7017d99e72bd16ad0;p=thirdparty%2Fsamba.git build: Restore configure summary checking This was accidentily lost in: commit b1ce226af8b61ad7e3c37860a59c6715012e738b Author: James Peach Date: Fri Jun 15 21:58:49 2007 +0000 r23510: Tidy calls to smb_panic by removing trailing newlines. Print the failed expression in SMB_ASSERT. (This used to be commit 171dc060e2a576d724eed1ca65636bdafffd7713) --- diff --git a/tests/summary.c b/tests/summary.c index 3038d26aa47..40110e8ce1a 100644 --- a/tests/summary.c +++ b/tests/summary.c @@ -4,7 +4,6 @@ void exit(int); main() { - exit (0); #if !defined(HAVE_FCNTL_LOCK) printf("ERROR: No locking available. Running Samba would be unsafe\n"); exit(1);