summaryrefslogtreecommitdiff
path: root/src/dalstoragesql.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dalstoragesql.h')
-rw-r--r--src/dalstoragesql.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dalstoragesql.h b/src/dalstoragesql.h
index 3de9b33f..1e24f09e 100644
--- a/src/dalstoragesql.h
+++ b/src/dalstoragesql.h
@@ -25,8 +25,8 @@
#define _TMWSERV_DALSTORAGE_SQL_H_
-#if !defined (MYSQL_SUPPORT) && !defined (SQLITE_SUPPORT)
-#error "no database backend defined"
+#if !defined (MYSQL_SUPPORT) && !defined (SQLITE_SUPPORT) && !defined (POSTGRE_SUPPORT)
+#error "(dalstorage.h) no database backend defined"
#endif