diff Core/Logging.h @ 1487:23083810d543

removal of unneeded static libraries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:45:58 +0200
parents f967bdf8534e
children c8763b603b0e
line wrap: on
line diff
--- a/Core/Logging.h	Tue Aug 04 10:01:31 2015 +0200
+++ b/Core/Logging.h	Tue Aug 04 10:45:58 2015 +0200
@@ -32,7 +32,7 @@
 
 #pragma once
 
-#if HAVE_GOOGLE_LOG == 1
+#if ORTHANC_ENABLE_GOOGLE_LOG == 1
 #include <stdlib.h>  // This fixes a problem in glog for recent releases of MinGW
 #include <glog/logging.h>
 #endif