Fix build with redis
[oweals/minetest.git] / src / config.h
index 8a9d7d63df1b6d8586d0e3fa27bb822ccae4e7df..510c5ef1e3a93394dec5e90bcaff0acccb933b94 100644 (file)
@@ -8,7 +8,10 @@
 
 #define PROJECT_NAME "Minetest"
 #define RUN_IN_PLACE 0
+#define STATIC_SHAREDIR ""
+
 #define USE_GETTEXT 0
+
 #ifndef USE_SOUND
        #define USE_SOUND 0
 #endif
@@ -17,8 +20,9 @@
        #define USE_CURL 0
 #endif
 
-#define USE_FREETYPE 0
-#define STATIC_SHAREDIR ""
+#ifndef USE_FREETYPE
+       #define USE_FREETYPE 0
+#endif
 
 #ifndef USE_LEVELDB
        #define USE_LEVELDB 0