Changeset 1678


Ignore:
Timestamp:
Jul 28, 2012, 11:16:38 AM (11 years ago)
Author:
sam
Message:

build: fix broken Glew detection on OS X.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r1677 r1678  
    161161  AC_TRY_LINK([], [],
    162162   [AC_MSG_RESULT(yes)
    163     ac_cv_my_stop_looking_for_gl="yes"
    164163    GL_LIBS="${GL_LIBS} -framework OpenGL"
    165164    CXXFLAGS="${CXXFLAGS} -ObjC++"],
     
    177176      dnl  FIXME: -lEGL does not belong here but the configure test fails
    178177      dnl  when cross-compiling, so we add it manually here.
    179       GL_LIBS="-lGLESv2 -lEGL -lvcos -lvchiq_arm -lbcm_host"])])
     178      GL_LIBS="${GL_LIBS} -lGLESv2 -lEGL -lvcos -lvchiq_arm -lbcm_host"])])
    180179fi
    181180
Note: See TracChangeset for help on using the changeset viewer.