- fix typo ;) #1691

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2191 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Elan Ruusamäe 2008-06-17 16:32:05 +00:00
parent b5632eada1
commit 13576f67a6
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ if test "x$cross_compiling" = xno -a "$WITH_PCRE" != "no"; then
])
LIBS="$OLDLIBS"
else
AC_MSG_ERROR([pcre-config not found, install the pcre-devel package and build with --without-pcre])
AC_MSG_ERROR([pcre-config not found, install the pcre-devel package or build with --without-pcre])
fi
fi