diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-05-28 05:09:46 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-06-04 17:59:00 +0200 |
commit | 24e1ae0e9003744a98ea4a5a5af036872e87099a (patch) | |
tree | 911236a3aa0ec0e73f95a75d1a05a7bdc8324a54 /ext/odbc/php_odbc_includes.h | |
parent | cf6b24ccdadc843d6768531176d6b23fb206afab (diff) | |
download | php-git-24e1ae0e9003744a98ea4a5a5af036872e87099a.tar.gz |
Remove some old occurrences of configure.in
configure.ac is the recommended file to use instead of the old
configure.in which will be removed in autotools future versions.
Diffstat (limited to 'ext/odbc/php_odbc_includes.h')
-rw-r--r-- | ext/odbc/php_odbc_includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc_includes.h b/ext/odbc/php_odbc_includes.h index 351f1d6fc2..73ad845859 100644 --- a/ext/odbc/php_odbc_includes.h +++ b/ext/odbc/php_odbc_includes.h @@ -25,7 +25,7 @@ #if HAVE_UODBC -/* checking in the same order as in configure.in */ +/* checking in the same order as in configure.ac */ #if defined(HAVE_SOLID) || defined(HAVE_SOLID_30) || defined(HAVE_SOLID_35) /* Solid Server */ |