1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Autotools: Remove PHP_LIBDIR adjustment in pdo_dblib (#15463)

This is redundant in current state of the build system as --with-libdir
option sets the location and by default it is set to "lib". It is also
done by phpize.
This commit is contained in:
Peter Kokot
2024-08-17 18:39:49 +02:00
committed by GitHub
parent 6050a99cb8
commit 82c4db6154

View File

@@ -22,8 +22,6 @@ if test "$PHP_PDO_DBLIB" != "no"; then
AC_MSG_ERROR([Directory $PHP_PDO_DBLIB is not a FreeTDS installation directory])
fi
AS_VAR_IF([PHP_LIBDIR],, [PHP_LIBDIR=lib])
if test ! -r "$PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.a" && test ! -r "$PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.so"; then
AC_MSG_ERROR([[Could not find $PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.[a|so]]])
fi