davemds pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d77dd8d9f130a8b9d4700a6ee75c40c83f624bc8

commit d77dd8d9f130a8b9d4700a6ee75c40c83f624bc8
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Sat Jun 4 10:54:40 2016 +0200

    Configure: 2 small in-string quote changes
    
    This should be harmless and just fix syntax hilighting is some editors 
(geany at least)
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a1d1f88..0ba0e1b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1793,7 +1793,7 @@ AC_COMPILE_IFELSE(
 int i = isfinite(0);
        ]])],
    [
-    AC_DEFINE(HAVE_ISFINITE, 1, [Define to 1 if you have `isfinite', as a 
function or macro.])
+    AC_DEFINE(HAVE_ISFINITE, 1, [Define to 1 if you have 'isfinite', as a 
function or macro.])
     have_isfinite="yes"
    ],
    [have_isfinite="no"])
@@ -1857,7 +1857,7 @@ elif test "x${have_setjmp}" = "xyes"; then
    AC_DEFINE(USE_SETJMP, 1, [Define to 1 if you have setjmp/longjmp 
functions.])
    EFL_ADD_FEATURE([system], [coroutine], [setjmp])
 else
-   AC_MSG_ERROR([You don't have a working way to implement coroutine. 
Exiting...])
+   AC_MSG_ERROR([You do not have a working way to implement coroutine. 
Exiting...])
 fi
 
 ### Check availability

-- 


Reply via email to