From c447b8a199cc61221b99f4582d714bac3774ae1b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 13 Sep 2006 09:27:33 +0000 Subject: r18448: this gives nicer output... metze (This used to be commit 6bdb329da5771b4be792d8889d3ece8f93a495b0) --- source4/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/include') diff --git a/source4/include/includes.h b/source4/include/includes.h index 5850103145..c4ee86b3b9 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -26,7 +26,7 @@ /* make sure we have included the correct config.h */ #ifndef CONFIG_H_IS_FROM_SAMBA -#warn "make sure you have removed all config.h files from standalone builds!" +#error "make sure you have removed all config.h files from standalone builds!" #error "the included config.h isn't from samba!" #endif -- cgit