- 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:
parent
b5632eada1
commit
13576f67a6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue