summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-12-16 08:36:21 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-12-16 08:36:21 +0000
commit26c586d2a2891c884c79f2a68b68f2a3c7499787 (patch)
tree63166c4067fd7f9597e53d7b7ecb830190223389 /configure.in
parent1b8457a8c0970008c67370706af24690eabc0166 (diff)
downloadlibxslt-26c586d2a2891c884c79f2a68b68f2a3c7499787.tar.gz
libxslt-26c586d2a2891c884c79f2a68b68f2a3c7499787.tar.bz2
libxslt-26c586d2a2891c884c79f2a68b68f2a3c7499787.zip
enhanced documentation to include exslt; rebuilt docs
* doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html: enhanced documentation to include exslt; rebuilt docs
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index dcc47c68..48e58069 100644
--- a/configure.in
+++ b/configure.in
@@ -203,7 +203,7 @@ dnl
dnl Debug for DV (-Wunreachable-code)
dnl
if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XSLT" ]] || \
- [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/libxslt" ]]
+ [[ "${LOGNAME}" = "bill" -a "`pwd`" = "/home/bill/gnomecvs/xsltest" ]]
then
if test "${with_mem_debug}" = "" ; then
with_mem_debug="yes"