13 lines
453 B
Plaintext
13 lines
453 B
Plaintext
$OpenBSD: patch-ext_pdf_config_m4,v 1.4 2004/01/05 17:02:33 avsm Exp $
|
|
--- ext/pdf/config.m4.orig 2004-01-05 09:30:28.000000000 +0000
|
|
+++ ext/pdf/config.m4 2004-01-05 09:32:53.000000000 +0000
|
|
@@ -72,7 +72,7 @@ if test "$PHP_PDFLIB" != "no"; then
|
|
],[
|
|
AC_MSG_ERROR([libtiff not found!])
|
|
],[
|
|
- -L$PHP_TIFF_DIR/lib
|
|
+ -L$PHP_TIFF_DIR/lib -ljpeg -lz
|
|
])
|
|
else
|
|
AC_MSG_WARN([If configure fails, try --with-tiff-dir=<DIR>])
|