efl: fix cflags for the case that x_includes in not empty
authorBruno Dilly <bdilly@profusion.mobi>
Thu, 13 Dec 2012 15:23:49 +0000 (15:23 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Thu, 13 Dec 2012 15:23:49 +0000 (15:23 +0000)
By Tomáš Čech <sleep_walker@suse.cz>

SVN revision: 80880

m4/ecore_check_c_extension.m4

index 9918a4b..f6e88ac 100644 (file)
@@ -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,