Changeset 487 for libcaca/trunk/configure.ac
- Timestamp:
- Jun 23, 2005, 12:06:42 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r483 r487 38 38 AC_ARG_ENABLE(gl, 39 39 [ --enable-gl OpenGL support (autodetected)]) 40 AC_ARG_ENABLE(null, 41 [ --enable-null Null driver support (autodetected)]) 40 42 41 43 dnl example programs features … … 139 141 fi 140 142 143 if test "${enable_null}" != "no"; then 144 ac_cv_my_have_null="yes" 145 AC_DEFINE(USE_NULL, 1, Define to activate the Null backend driver) 146 CACA_DRIVERS="${CACA_DRIVERS} null" 147 fi 148 141 149 if test "${enable_ncurses}" != "no"; then 142 150 ac_cv_my_have_ncurses="no"
Note: See TracChangeset
for help on using the changeset viewer.