From d51c2f3be35abcca1b5acdaddddc058a713bb07d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joaquim=20Casals=20Bu=C3=B1uel?= <jcasals@iri.upc.edu>
Date: Thu, 20 Feb 2020 11:40:44 +0100
Subject: [PATCH] Hotfix config.h.in

---
 internal/config.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/internal/config.h.in b/internal/config.h.in
index b9008e196..7014ca320 100644
--- a/internal/config.h.in
+++ b/internal/config.h.in
@@ -24,8 +24,8 @@
 //            which will be added to the include path for compilation,
 //            and installed with the public wolf headers.
 
-#ifndef WOLF_INTERNAL_${UPPERNAME}_CONFIG_H_
-#define WOLF_INTERNAL_${UPPERNAME}_CONFIG_H_
+#ifndef WOLF_INTERNAL_${UPPER_NAME}_CONFIG_H_
+#define WOLF_INTERNAL_${UPPER_NAME}_CONFIG_H_
 
 #cmakedefine _WOLF_DEBUG
 
-- 
GitLab