diff options
author | Adam Baratz <adam.baratz@gmail.com> | 2016-07-06 10:36:19 -0400 |
---|---|---|
committer | Adam Baratz <adam.baratz@gmail.com> | 2016-07-06 10:36:19 -0400 |
commit | ce4e1c0e15f6ba4c596e9e32a74e846ef5f90d1b (patch) | |
tree | 35f4744833e418cc812e401ab851690d88a5ed2e /configure.in | |
parent | cc89a46a89b5fd4e75bfe9d35876ae3773d1b559 (diff) | |
download | php-git-ce4e1c0e15f6ba4c596e9e32a74e846ef5f90d1b.tar.gz |
fix typo in configure message
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 299dbb55fb..a35f413dad 100644 --- a/configure.in +++ b/configure.in @@ -799,7 +799,7 @@ if test "$PHP_GCOV" = "yes"; then dnl min: 1.5 (i.e. 105, major * 100 + minor for easier comparison) ltp_version_min="105" dnl non-working versions, e.g. "1.8 1.18"; - dnl remove "none" when introducing the first incompatible LTP version an + dnl remove "none" when introducing the first incompatible LTP version and dnl separate any following additions by spaces ltp_version_exclude="1.8" |