tony2001 Thu Dec 9 06:59:36 2004 EDT
Modified files: /phpdoc configure.in Log: tabs -> spaces (thanks, D) http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.207&r2=1.208&ty=u Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.207 phpdoc/configure.in:1.208 --- phpdoc/configure.in:1.207 Thu Dec 9 06:16:39 2004 +++ phpdoc/configure.in Thu Dec 9 06:59:35 2004 @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.207 2004/12/09 11:16:39 tony2001 Exp $ +dnl $Id: configure.in,v 1.208 2004/12/09 11:59:35 tony2001 Exp $ dnl autoconf initialisation AC_INIT() @@ -756,9 +756,9 @@ HTMLHELP_ENCODING="windows-1254" ;; windows-1251) - SP_OPTIONS="SP_ENCODING=windows-1251" - HTMLHELP_ENCODING="windows-1251" - ;; + SP_OPTIONS="SP_ENCODING=windows-1251" + HTMLHELP_ENCODING="windows-1251" + ;; *) SP_OPTIONS="SP_ENCODING=XML SP_CHARSET_FIXED=YES" ;;