Changeset 6495 for trunk/psphot/configure.ac
- Timestamp:
- Feb 24, 2006, 6:32:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/configure.ac
r6310 r6495 24 24 ) 25 25 26 dnl handle profiler building 27 AC_ARG_ENABLE(profile, 28 [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)], 29 [AC_MSG_RESULT(compile optimization enabled) 30 CFLAGS="${CFLAGS=} -pg"] 31 ) 32 26 33 AC_CHECK_LIB(jpeg,jpeg_CreateCompress,[],[AC_MSG_ERROR([jpeg library not found.])]) 27 34 PKG_CHECK_MODULES(PSLIB, pslib >= 0.9.0)
Note:
See TracChangeset
for help on using the changeset viewer.
