new patch by Christian
git-svn-id: http://tint2.googlecode.com/svn/trunk@116 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
ce50e9c159
commit
ed9857e10c
1 changed files with 3 additions and 3 deletions
|
@ -61,16 +61,16 @@ AC_FUNC_MALLOC
|
|||
AC_CHECK_FUNCS([gettimeofday memset select setlocale strcasecmp strchr strdup])
|
||||
|
||||
AC_ARG_ENABLE([battery],
|
||||
[AS_HELP_STRING([--enable-battery=no], [Disable battery status, only useful for notebooks [default=yes]])],
|
||||
[AS_HELP_STRING([--disable-battery], [Disable battery status plugin])],
|
||||
[case "${enableval}" in
|
||||
yes) battery=true ;;
|
||||
no) battery=false ;;
|
||||
*) AC_MSG_ERROR([bad value ${enableval} for --enable-battery]) ;;
|
||||
*) AC_MSG_ERROR([bad value ${enableval} for --disable-battery]) ;;
|
||||
esac], [battery=true])
|
||||
AM_CONDITIONAL([ENABLE_BATTERY], [test x$battery = xtrue])
|
||||
|
||||
AC_ARG_ENABLE([examples],
|
||||
[AS_HELP_STRING([--enable-examples], [Install additional $(PACKAGE_NAME)rc examples])],
|
||||
[AS_HELP_STRING([--enable-examples], [Install additional tin2rc examples])],
|
||||
[case "${enableval}" in
|
||||
yes) examples=true ;;
|
||||
no) examples=false ;;
|
||||
|
|
Loading…
Reference in a new issue