Changeset 2579 for trunk/configure.ac
- Timestamp:
- Mar 11, 2013, 7:25:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2573 r2579 313 313 AC_CHECK_LIB(log, __android_log_vprint, 314 314 [ac_cv_my_have_android="yes" 315 LOL_LIBS="${LOL_LIBS} -llog - module"])315 LOL_LIBS="${LOL_LIBS} -llog -landroid -module -lEGL -lGLESv2"]) 316 316 AM_CONDITIONAL(USE_ANDROID, test "${ac_cv_my_have_android}" != "no") 317 317
Note: See TracChangeset
for help on using the changeset viewer.