mirror of
https://github.com/php/php-src.git
synced 2026-04-28 02:33:17 +02:00
Fix copypastetypo
This commit is contained in:
+4
-4
@@ -12,11 +12,11 @@ if test "$PHP_MSSQL" != "no"; then
|
||||
for i in /usr/local /usr; do
|
||||
if test -f $i/include/tds.h; then
|
||||
FREETDS_INSTALLATION_DIR=$i
|
||||
FREETDS_INCLUDE_DIR=$/include
|
||||
FREETDS_INCLUDE_DIR=$i/include
|
||||
break
|
||||
elif test -f $i/include/freetds/tds.h; then
|
||||
FREETDS_INSTALLATION_DIR=$i
|
||||
FREETDS_INCLUDE_DIR=$/include/freetds
|
||||
FREETDS_INCLUDE_DIR=$i/include/freetds
|
||||
break
|
||||
fi
|
||||
done
|
||||
@@ -29,10 +29,10 @@ if test "$PHP_MSSQL" != "no"; then
|
||||
|
||||
if test -f $PHP_MSSQL/include/tds.h; then
|
||||
FREETDS_INSTALLATION_DIR=$PHP_MSSQL
|
||||
FREETDS_INCLUDE_DIR=$/include
|
||||
FREETDS_INCLUDE_DIR=$i/include
|
||||
elif test -f $i/include/freetds/tds.h; then
|
||||
FREETDS_INSTALLATION_DIR=$i
|
||||
FREETDS_INCLUDE_DIR=$/include/freetds
|
||||
FREETDS_INCLUDE_DIR=$i/include/freetds
|
||||
else
|
||||
AC_MSG_ERROR(Directory $PHP_MSSQL is not a FreeTDS installation directory)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user