better Ecore_X.h detection

SVN revision: 20422
This commit is contained in:
doursse 2006-02-12 22:21:29 +00:00 committed by doursse
parent b836ba6c01
commit 36fcb1cf43
1 changed files with 3 additions and 0 deletions

View File

@ -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,
[ ],