Changeset 802


Ignore:
Timestamp:
Aug 2, 2011, 11:58:46 PM (12 years ago)
Author:
sam
Message:

build: fix a mistake causing glew32.lib to be used on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r801 r802  
    120120   [glewInit();],
    121121   [ac_cv_my_have_glew="yes"
     122    GL_LIBS="-lglew32 ${GL_LIBS}"
    122123    AC_MSG_RESULT(yes)],
    123124   [AC_MSG_RESULT(no)])
    124   GL_LIBS="-lglew32 ${GL_LIBS}"
    125125  LIBS="${LIBS_save}"])
    126126if test "${ac_cv_my_have_glew}" != "no"; then
Note: See TracChangeset for help on using the changeset viewer.