Changeset 1360 for libcaca/trunk/configure.ac
- Timestamp:
- Nov 12, 2006, 2:11:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r1285 r1360 63 63 64 64 dnl conditional builds 65 AC_ARG_ENABLE(debug, 66 [ --enable-debug build debug versions of the library]) 65 67 AC_ARG_ENABLE(plugins, 66 68 [ --enable-plugins build X11 and GL drivers as plugins]) … … 227 229 AM_CONDITIONAL(USE_KERNEL, test "${ac_cv_my_have_vga}" = "yes") 228 230 231 if test "${enable_debug}" = "yes"; then 232 AC_DEFINE(DEBUG, 1, Define to 1 to activate debug) 233 fi 234 229 235 if test "${enable_plugins}" = "yes"; then 230 236 ac_cv_my_have_plugins="yes"
Note: See TracChangeset
for help on using the changeset viewer.