Fix Cocoa.h detection on MacOSX

SVN revision: 43586
This commit is contained in:
Raoul HECKY 2009-11-09 15:40:01 +00:00
parent 730661d3da
commit ed3898cf70
1 changed files with 4 additions and 0 deletions

View File

@ -406,6 +406,8 @@ 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=""
@ -423,6 +425,8 @@ 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]])