From b8b174b1f2df269a07c2db1ed7a8b07a107e0040 Mon Sep 17 00:00:00 2001 From: qPCR4vir Date: Fri, 4 Dec 2015 10:03:52 +0100 Subject: [PATCH] FIX: un-comment Linux --- include/nana/config.hpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/include/nana/config.hpp b/include/nana/config.hpp index 1d7390b8..806a0fd1 100644 --- a/include/nana/config.hpp +++ b/include/nana/config.hpp @@ -65,14 +65,12 @@ #define NANA_MACOS 1 #define NANA_X11 1 // how to add this: include_directories(/opt/X11/include/) - // MacOS + // end MacOS - // Linux: + // Linux: (not sure about __GNU__ ??) #elif (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC) - - //#define NANA_LINUX 1 - //#define NANA_X11 1 - + #define NANA_LINUX 1 + #define NANA_X11 1 // end Linux