* eet: Fix order.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Dec 2009 15:41:56 +0000 (15:41 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 3 Dec 2009 15:41:56 +0000 (15:41 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@44174 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

configure.ac

index 868cc8a..c8c1455 100644 (file)
@@ -177,10 +177,10 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"])
 
 ### Checks for libraries
 
-# Evil library for compilation on Windows
-
 EFL_CHECK_PTHREAD([have_pthread="yes"], [have_pthread="no"])
 
+# Evil library for compilation on Windows
+
 EFL_EET_BUILD=""
 case "$host_os" in
    mingw* | cegcc*)