whatevr the obj c lang push thing is... it breaks evas' build entirely on

normal linux. remove.



SVN revision: 43589
This commit is contained in:
Carsten Haitzler 2009-11-09 16:29:10 +00:00
parent ed3898cf70
commit 48848d8cbe
1 changed files with 0 additions and 4 deletions

View File

@ -406,8 +406,6 @@ dnl use: EVAS_CHECK_ENGINE_DEP_QUARTZ(engine, simple, want_static[, ACTION-IF-FO
AC_DEFUN([EVAS_CHECK_ENGINE_DEP_QUARTZ],
[
AC_LANG_PUSH([Objective C])
evas_engine_[]$1[]_cflags=""
evas_engine_[]$1[]_libs=""
@ -425,8 +423,6 @@ else
m4_default([$5], [:])
fi
AC_LANG_POP([Objective C])
])
dnl use: EVAS_CHECK_ENGINE_DEP_GL_GLEW(engine, simple, want_static[, ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])