浏览代码

* configure.ac: removed the "null" frontend. just don't attach any frontend

if you do not want any.
tags/v0.99.beta14
Sam Hocevar sam 19 年前
父节点
当前提交
e41f3e0cc8
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. +0
    -8
      configure.ac

+ 0
- 8
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,


正在加载...
取消
保存