diff options
| author | foobar <sniper@php.net> | 2002-10-23 00:21:43 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-10-23 00:21:43 +0000 |
| commit | 9b72793d03503f1699f91180d673eeffb603cbb6 (patch) | |
| tree | ec86a42aab06faf8e23617720d8f58493438c145 | |
| parent | 886f0bcf7fe1b04d6b8c26ac24651a65211fcf0e (diff) | |
| download | php-git-9b72793d03503f1699f91180d673eeffb603cbb6.tar.gz | |
Possible fix for cygwin detection.
| -rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 51e7b810a6..f6c507ed33 100644 --- a/configure.in +++ b/configure.in @@ -27,6 +27,7 @@ dnl ## Diversion 5 is the last one. Here we generate files and clean up. dnl Basic autoconf + automake initialization, generation of config.nice. dnl ------------------------------------------------------------------------- +AC_PREREQ(2.13) AC_INIT(README.CVS-RULES) PHP_CONFIG_NICE(config.nice) |
