From d0b3c4a96d4d9ec6fa6f8d71eec21cfdaaad2182 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Thu, 13 Dec 2012 15:23:49 +0000 Subject: [PATCH] efl: fix cflags for the case that x_includes in not empty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit By Tomáš Čech SVN revision: 80880 --- m4/ecore_check_c_extension.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ecore_check_c_extension.m4 b/m4/ecore_check_c_extension.m4 index 9918a4b9a2..f6e88ac579 100644 --- a/m4/ecore_check_c_extension.m4 +++ b/m4/ecore_check_c_extension.m4 @@ -4,7 +4,7 @@ AC_DEFUN([ECORE_CHECK_X_EXTENSION], pushdef([UP], translit([$1], [a-z], [A-Z]))dnl SAVE_CFLAGS=$CFLAGS - CFLAGS="$x_cflags $x_includes" + CFLAGS="$x_cflags ${x_includes:+-I${x_includes}}" AC_CHECK_HEADER(X11/extensions/$2, [ AC_CHECK_LIB($3, $4,