]> granicus.if.org Git - php/commitdiff
include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with
authorAnil Madhavapeddy <avsm@php.net>
Sun, 18 Aug 2002 05:13:05 +0000 (05:13 +0000)
committerAnil Madhavapeddy <avsm@php.net>
Sun, 18 Aug 2002 05:13:05 +0000 (05:13 +0000)
unresolved symbols on OpenBSD

ext/pdf/config.m4

index 8127f15931afde8a2c6c65e6788ffec2d7b4f331..bbfeb04a33f42fb49d82d720b898234ddba38670 100644 (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.])