diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-09-13 09:27:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:31 -0500 |
commit | c447b8a199cc61221b99f4582d714bac3774ae1b (patch) | |
tree | a4bcf1baaca41d09c8767e533d996e7f89f48258 /source4/include | |
parent | a57133c56e9ba5553b6183691e8087a03adb461a (diff) | |
download | samba-c447b8a199cc61221b99f4582d714bac3774ae1b.tar.gz samba-c447b8a199cc61221b99f4582d714bac3774ae1b.tar.xz samba-c447b8a199cc61221b99f4582d714bac3774ae1b.zip |
r18448: this gives nicer output...
metze
(This used to be commit 6bdb329da5771b4be792d8889d3ece8f93a495b0)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 5850103145c..c4ee86b3b9c 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 |