Changeset 2084 for trunk/configure.ac
- Timestamp:
- Nov 18, 2012, 2:10:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r2071 r2084 340 340 if test "${ac_cv_my_have_pipi}" != "no"; then 341 341 AC_DEFINE(USE_PIPI, 1, Define to 1 to use libpipi) 342 LOL_CFLAGS="${LOL_CFLAGS} ${PIPI_CFLAGS}"], 343 LOL_LIBS="${LOL_LIBS} ${PIPI_LIBS}"], 342 344 fi 343 345 AM_CONDITIONAL(USE_PIPI, test "${ac_cv_my_have_pipi}" != "no")
Note: See TracChangeset
for help on using the changeset viewer.