From d77dd8d9f130a8b9d4700a6ee75c40c83f624bc8 Mon Sep 17 00:00:00 2001 From: Dave Andreoli Date: Sat, 4 Jun 2016 10:54:40 +0200 Subject: [PATCH] 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 a1d1f883da..0ba0e1bf46 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