Add some changes to make ETL more suitable for Fedora:
[synfig.git] / ETL / trunk / ETL / handle
index 76508bc..d5ef74a 100644 (file)
 // include the next line in an attempt to increase stability
 // it seems to make things much *less* stable on MS Windows
 #ifndef _WIN32
-#ifdef HAVE_LIBPTHREAD
-#define ETL_LOCK_REFCOUNTS
+#ifdef __ETL_HAS_LIBPTHREAD
+#define __ETL_LOCK_REFCOUNTS
 #endif
 #endif
 
-#ifdef ETL_LOCK_REFCOUNTS
+#ifdef __ETL_LOCK_REFCOUNTS
 #  include "mutex"
 #endif