include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with

unresolved symbols on OpenBSD
This commit is contained in:
Anil Madhavapeddy 2002-08-18 05:13:05 +00:00
parent aad8f14739
commit d5fd43be37

View File

@ -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.])