From ec0364f40926f5f235cb19b3a9a77210ca0a4fbe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 4 May 2014 17:05:12 +0000 Subject: [PATCH] honour --with-libdir option git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333471 c90b9560-bf6c-de11-be94-00142212c4b1 --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 567292d..392c7bd 100644 --- a/config.m4 +++ b/config.m4 @@ -29,7 +29,7 @@ if test "$PHP_PCSC" != "no"; then AC_MSG_RESULT($PCSC_DIR) PHP_ADD_INCLUDE($PCSC_DIR/include/PCSC/) dnl PHP_EVAL_LIBLINE($PCSC_LIBS, PCSC_SHARED_LIBADD) - PHP_ADD_LIBRARY_WITH_PATH(pcsclite, "$PCSC_DIR/lib/", PCSC_SHARED_LIBADD) + PHP_ADD_LIBRARY_WITH_PATH(pcsclite, "$PCSC_DIR/$PHP_LIBDIR", PCSC_SHARED_LIBADD) dnl Finally, tell the build system about the extension and what files are needed PHP_NEW_EXTENSION(pcsc, pcsc.c, $ext_shared)