diff options
| author | Anil Madhavapeddy <avsm@php.net> | 2002-08-18 05:13:05 +0000 |
|---|---|---|
| committer | Anil Madhavapeddy <avsm@php.net> | 2002-08-18 05:13:05 +0000 |
| commit | d5fd43be3755d8b8111702dddcac7f7d95c746b2 (patch) | |
| tree | 58c24bb0b498ebc6b9eba44281c4dc9715c539b7 | |
| parent | aad8f1473991fd684c95fbee47ce01a4bccd5997 (diff) | |
| download | php-git-d5fd43be3755d8b8111702dddcac7f7d95c746b2.tar.gz | |
include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with
unresolved symbols on OpenBSD
| -rw-r--r-- | ext/pdf/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdf/config.m4 b/ext/pdf/config.m4 index 8127f15931..bbfeb04a33 100644 --- a/ext/pdf/config.m4 +++ b/ext/pdf/config.m4 @@ -111,7 +111,7 @@ Use the options --with-tiff-dir=<DIR>, --with-jpeg-dir=<DIR>, --with-png-dir=<DI See config.log for more information. ]) ],[ - -L$PHP_PDFLIB/lib + -L$PHP_PDFLIB/lib $PDFLIB_SHARED_LIBADD ]) else AC_MSG_ERROR([pdflib.h not found! Check the path passed to --with-pdflib=<PATH>. PATH should be the install prefix directory.]) |
