From: caro Date: Fri, 4 Dec 2009 06:44:40 +0000 (+0000) Subject: fix order X-Git-Tag: submit/2.0alpha-wayland/20121127.222001~414 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=37f29eb55682376c20b68b47c64c9af0f9546c2a;p=profile%2Fivi%2Feet.git fix order git-svn-id: http://svn.enlightenment.org/svn/e/trunk/eet@44180 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.ac b/configure.ac index c8c1455..cbc615f 100644 --- a/configure.ac +++ b/configure.ac @@ -51,6 +51,8 @@ requirement_eet="" ### Additional options to configure +# Amalgamation + AC_ARG_ENABLE([amalgamation], [AC_HELP_STRING([--enable-amalgamation], [enable generation of one single file with all source code in it, helps compiler optimizations.])], [if test "x${enableval}" = "xyes"; then @@ -177,8 +179,6 @@ EFL_CHECK_DOXYGEN([build_doc="yes"], [build_doc="no"]) ### Checks for libraries -EFL_CHECK_PTHREAD([have_pthread="yes"], [have_pthread="no"]) - # Evil library for compilation on Windows EFL_EET_BUILD="" @@ -267,6 +267,10 @@ fi AC_MSG_CHECKING(whether to activate signature support in eet) AC_MSG_RESULT(${have_signature}) +# pthread library + +EFL_CHECK_PTHREAD([have_pthread="yes"], [have_pthread="no"]) + ### Checks for header files