diff options
author | Uwe Steinmann <steinm@php.net> | 2000-11-23 09:56:18 +0000 |
---|---|---|
committer | Uwe Steinmann <steinm@php.net> | 2000-11-23 09:56:18 +0000 |
commit | fb35b3996c84f44a9caddfa86924d7493947e384 (patch) | |
tree | 3fcb9cbacabd8c1b20a96255e31da4d835a3d066 | |
parent | c534109bce415b428d1713ada6b6b98eb3390437 (diff) | |
download | php-git-fb35b3996c84f44a9caddfa86924d7493947e384.tar.gz |
- fixed copy and paste error
-rw-r--r-- | ext/domxml/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4 index 3febe135c2..31aeb9d4d1 100644 --- a/ext/domxml/config.m4 +++ b/ext/domxml/config.m4 @@ -48,7 +48,7 @@ if test "$PHP_DOM" != "no"; then ]) withval=$old_withval else - echo "checking for libz needed by pdflib 3.0... already zlib support" + echo "checking for libz needed by libxml ... already zlib support" LIBS="$LIBS -L$withval/lib -lz" fi |