Changeset 3905 for libcaca/trunk/configure.ac
- Timestamp:
- Nov 16, 2009, 2:15:25 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r3599 r3905 93 93 AC_ARG_ENABLE(debug, 94 94 [ --enable-debug build debug versions of the library (default no)]) 95 AC_ARG_ENABLE(prof, 96 [ --enable-prof activate built-in profiling (default no)]) 95 97 AC_ARG_ENABLE(plugins, 96 98 [ --enable-plugins make X11 and GL drivers plugins (default disabled)]) … … 322 324 fi 323 325 326 if test "${enable_prof}" = "yes"; then 327 AC_DEFINE(PROF, 1, Define to 1 to activate profiling) 328 fi 329 324 330 if test "${enable_plugins}" = "yes"; then 325 331 ac_cv_my_have_plugins="yes"
Note: See TracChangeset
for help on using the changeset viewer.