diff options
Diffstat (limited to 'umbrello/configure.in.in')
-rw-r--r-- | umbrello/configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/umbrello/configure.in.in b/umbrello/configure.in.in index 81e4fd59..820c1862 100644 --- a/umbrello/configure.in.in +++ b/umbrello/configure.in.in @@ -37,7 +37,7 @@ dnl ]) HAVE_XSLT=yes KDE_FIND_PATH(xml2-config, XML_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [ - AC_MSG_WARN([Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in kdesupport for CVS users' convience)]) + AC_MSG_WARN([Could not find libxml2 anywhere, check ftp://xmlsoft.org/ for libxml >= 2.4.8. (we also keep a version of it in tdesupport for CVS users' convience)]) HELP_SUBDIR= DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello" ]) @@ -70,7 +70,7 @@ fi if test "$HAVE_XSLT" = yes; then KDE_FIND_PATH(xslt-config, XSLT_CONFIG, [${prefix}/bin ${exec_prefix}/bin], [ - AC_MSG_WARN([Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in kdesupport for CVS users' convience)]) + AC_MSG_WARN([Could not find libxslt anywhere, check ftp://xmlsoft.org/ for libxslt >= 1.0.7. (we also keep a version of it in tdesupport for CVS users' convience)]) HAVE_XSLT=no DO_NOT_COMPILE="$DO_NOT_COMPILE umbrello" ]) |