From: doursse Date: Sun, 12 Feb 2006 22:21:29 +0000 (+0000) Subject: better Ecore_X.h detection X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=579de97140eda059bc072fe79e57c02d48f2104d;p=profile%2Fivi%2Femotion.git better Ecore_X.h detection git-svn-id: http://svn.enlightenment.org/svn/e/trunk/e17/libs/emotion@20422 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/configure.in b/configure.in index f9550fd..f6b31d4 100644 --- a/configure.in +++ b/configure.in @@ -123,7 +123,10 @@ AC_PATH_GENERIC(ecore, 0.9.9, [ ], [ AC_MSG_ERROR(Ecore isn't installed)] ) +save_CPPFLAGS=$CPPFLAGS +CPPFLAGS="$CPPFLAGS $ECORE_CFLAGS" AC_CHECK_HEADERS(Ecore_X.h Ecore_Fb.h) +CPPFLAGS=$save_CPPFLAGS AC_PATH_GENERIC(embryo, 0.9.1, [ ],