whatevr the obj c lang push thing is... it breaks evas' build entirely on
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Nov 2009 16:29:10 +0000 (16:29 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 9 Nov 2009 16:29:10 +0000 (16:29 +0000)
normal linux. remove.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@43589 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

m4/evas_check_engine.m4

index b9ed08a..8f26824 100644 (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]])