SVN revision: 15293
This commit is contained in:
Carsten Haitzler 2005-06-13 10:34:12 +00:00
parent 55f2b4a5f2
commit f127022f5a
1 changed files with 2 additions and 2 deletions

View File

@ -503,7 +503,7 @@ dnl GL support requires X support, so we should
dnl handle the case where our user is on crack
dnl i.e. user disables X but enables GL
PCFLAGS=$CFLAGS
export CFLAGS="$evas_cflags $PCFLAGS"
CFLAGS="$evas_cflags $CFLAGS"
if test "x$have_ecore_evas_gl" = "xyes" -a "x$have_ecore_x" = "xyes"; then
AC_CHECK_HEADER(Evas_Engine_GL_X11.h,
[
@ -613,9 +613,9 @@ if test "x$have_ecore_evas_buffer" = "xyes"; then
else
BUILD_ECORE_EVAS_BUFFER=0
fi
CFLAGS=$PCFLAGS
AC_SUBST(BUILD_ECORE_EVAS_BUFFER)
export CFLAGS="&PCFLAGS"
AC_MSG_CHECKING(whether ecore_con module is to be built)