Changeset 542 for libcaca/trunk/configure.ac
- Timestamp:
- Mar 7, 2006, 11:46:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/configure.ac
r538 r542 37 37 AC_ARG_ENABLE(gl, 38 38 [ --enable-gl OpenGL support (autodetected)]) 39 AC_ARG_ENABLE(null,40 [ --enable-null Null driver support (autodetected)])41 39 42 40 dnl example programs features … … 140 138 fi 141 139 142 if test "${enable_null}" != "no"; then143 ac_cv_my_have_null="yes"144 AC_DEFINE(USE_NULL, 1, Define to activate the Null backend driver)145 CACA_DRIVERS="${CACA_DRIVERS} null"146 fi147 148 140 if test "${enable_ncurses}" != "no"; then 149 141 ac_cv_my_have_ncurses="no"
Note: See TracChangeset
for help on using the changeset viewer.