summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-13 09:27:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:31 -0500
commitc447b8a199cc61221b99f4582d714bac3774ae1b (patch)
treea4bcf1baaca41d09c8767e533d996e7f89f48258 /source4/include
parenta57133c56e9ba5553b6183691e8087a03adb461a (diff)
downloadsamba-c447b8a199cc61221b99f4582d714bac3774ae1b.tar.gz
samba-c447b8a199cc61221b99f4582d714bac3774ae1b.tar.bz2
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.h2
1 files changed, 1 insertions, 1 deletions
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