diff cinst/certificate-installer.c @ 1315:12ed0b72e9f5

(issue162) Change DO_RELEASE_BUILD to IS_TAG_BUILD to determine g_debug initializatation
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 13 Oct 2014 16:19:28 +0200
parents c8f698ca6355
children
line wrap: on
line diff
--- a/cinst/certificate-installer.c	Mon Oct 13 16:10:18 2014 +0200
+++ b/cinst/certificate-installer.c	Mon Oct 13 16:19:28 2014 +0200
@@ -202,7 +202,7 @@
   return 0;
 }
 
-#ifdef DO_RELEASE_BUILD
+#ifdef IS_TAG_BUILD
 bool g_debug = false;
 #else
 bool g_debug = true;

http://wald.intevation.org/projects/trustbridge/