Skip to content

Commit 82c4db6

Browse files
authored
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.
1 parent 6050a99 commit 82c4db6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/pdo_dblib/config.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ if test "$PHP_PDO_DBLIB" != "no"; then
2222
AC_MSG_ERROR([Directory $PHP_PDO_DBLIB is not a FreeTDS installation directory])
2323
fi
2424
25-
AS_VAR_IF([PHP_LIBDIR],, [PHP_LIBDIR=lib])
26-
2725
if test ! -r "$PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.a" && test ! -r "$PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.so"; then
2826
AC_MSG_ERROR([[Could not find $PDO_FREETDS_INSTALLATION_DIR/$PHP_LIBDIR/libsybdb.[a|so]]])
2927
fi

0 commit comments

Comments
 (0)