From e41f3e0cc80f0caa69d702a2d19fface1517a6d1 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 7 Mar 2006 10:46:29 +0000 Subject: [PATCH] * configure.ac: removed the "null" frontend. just don't attach any frontend if you do not want any. --- configure.ac | 8 -------- 1 file changed, 8 deletions(-) diff --git a/configure.ac b/configure.ac index 3ba4daf..e6bcc41 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,6 @@ AC_ARG_ENABLE(x11, [ --enable-x11 X11 support (autodetected)]) AC_ARG_ENABLE(gl, [ --enable-gl OpenGL support (autodetected)]) -AC_ARG_ENABLE(null, - [ --enable-null Null driver support (autodetected)]) dnl example programs features AC_ARG_ENABLE(imlib2, @@ -139,12 +137,6 @@ if test "${enable_gl}" != "no"; then fi fi -if test "${enable_null}" != "no"; then - ac_cv_my_have_null="yes" - AC_DEFINE(USE_NULL, 1, Define to activate the Null backend driver) - CACA_DRIVERS="${CACA_DRIVERS} null" -fi - if test "${enable_ncurses}" != "no"; then ac_cv_my_have_ncurses="no" AC_CHECK_HEADERS(curses.h ncurses.h,