Changeset 802
- Timestamp:
- Aug 2, 2011, 11:58:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r801 r802 120 120 [glewInit();], 121 121 [ac_cv_my_have_glew="yes" 122 GL_LIBS="-lglew32 ${GL_LIBS}" 122 123 AC_MSG_RESULT(yes)], 123 124 [AC_MSG_RESULT(no)]) 124 GL_LIBS="-lglew32 ${GL_LIBS}"125 125 LIBS="${LIBS_save}"]) 126 126 if test "${ac_cv_my_have_glew}" != "no"; then
Note: See TracChangeset
for help on using the changeset viewer.