Changeset 747 for libcaca/trunk/configure.ac
- Timestamp:
- Apr 13, 2006, 10:26:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r742 r747 22 22 23 23 dnl AC_PROG_EGREP only exists in autoconf 2.54+, so we use AC_EGREP_CPP right 24 dnl now otherwise it might be set in an obscure if statement. 24 dnl now otherwise it might be set in an obscure if statement. Same thing for 25 dnl PKG_PROG_PKG_CONFIG which needs to be called first. 25 26 AC_EGREP_CPP(foo, foo) 27 PKG_PROG_PKG_CONFIG() 26 28 27 29 dnl output driver features … … 258 260 AM_CONDITIONAL(USE_IMLIB2, test "${ac_cv_my_have_imlib2}" = "yes") 259 261 262 # Build development tools? 263 PANGOFT2="no" 264 PKG_CHECK_MODULES(pangoft2, pangoft2, 265 [PANGOFT2="yes"]) 266 AM_CONDITIONAL(USE_PANGO, test "${PANGO}" != "no") 267 260 268 # Build documentation? 261 269 DOXYGEN="no"
Note: See TracChangeset
for help on using the changeset viewer.