From 4bb015938e5ad2ef2401d1053f308b67b9b9c774 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 23 Nov 2000 10:55:51 +0000 Subject: [PATCH] - The name of the extension has to be fdf and not fdftk --- ext/fdf/config.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/fdf/config.m4 b/ext/fdf/config.m4 index 73259bb839..e1556ad939 100644 --- a/ext/fdf/config.m4 +++ b/ext/fdf/config.m4 @@ -24,7 +24,7 @@ if test "$PHP_FDFTK" != "no"; then AC_ADD_INCLUDE($FDFTK_DIR/include) old_LIBS=$LIBS - LIBS="$LIBS -lm" + LIBS="$LIBS -L$FDFTK_DIR/lib -lm" AC_CHECK_LIB(FdfTk, FDFOpen, [AC_DEFINE(HAVE_FDFLIB,1,[ ])], [AC_MSG_ERROR(fdftk module requires fdftk 2.0)]) LIBS=$old_LIBS @@ -32,6 +32,6 @@ if test "$PHP_FDFTK" != "no"; then PHP_SUBST(FDFTK_SHARED_LIBADD) AC_ADD_LIBRARY_WITH_PATH(FdfTk, $FDFTK_DIR/lib, FDFTK_SHARED_LIBADD) - PHP_EXTENSION(fdftk, $ext_shared) + PHP_EXTENSION(fdf, $ext_shared) fi -- 2.40.0