1
0
Fork 0

XCACHE_INDENT fallback

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@87 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
1.1
Xuefer 2006-07-09 12:31:17 +00:00
parent f24ac86688
commit e771c8eaa5
1 changed files with 1 additions and 3 deletions

View File

@ -59,6 +59,7 @@ if test "$PHP_XCACHE" != "no"; then
PHP_SUBST([SED])
AC_PATH_PROGS([INDENT], [indent cat])
XCACHE_INDENT=cat
case $INDENT in
*/indent[)]
opts="-kr --use-tabs --tab-size 4 -sob -nce"
@ -75,9 +76,6 @@ if test "$PHP_XCACHE" != "no"; then
fi
fi
;;
*[)]
XCACHE_INDENT=cat
;;
esac
PHP_SUBST([XCACHE_INDENT])