소스 검색

* 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,


불러오는 중...
취소
저장