From: cristy Date: Fri, 2 Apr 2010 23:22:31 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~9703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22652369fc28192492e2c04f9c0cc0c41f6a35c3;p=imagemagick --- diff --git a/configure b/configure index fe862a545..f3e1b91e7 100755 --- a/configure +++ b/configure @@ -28560,7 +28560,7 @@ if test "${ac_cv_lib_wmf_wmf_eps_function+set}" = set; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lwmf $LIBS" +LIBS="-lwmf "-lwmflite" $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ diff --git a/configure.ac b/configure.ac index f211efc1a..a958edf76 100755 --- a/configure.ac +++ b/configure.ac @@ -2433,7 +2433,7 @@ if test "$with_wmf" != 'no'; then failed=0 passed=0 AC_CHECK_HEADER(libwmf/eps.h,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) - AC_CHECK_LIB(wmf,wmf_eps_function,passed=`expr $passed + 1`,failed=`expr $failed + 1`,) + AC_CHECK_LIB(wmf,wmf_eps_function,passed=`expr $passed + 1`,failed=`expr $failed + 1`,"-lwmflite") AC_MSG_CHECKING([if WMF package is complete]) if test $passed -gt 0; then if test $failed -gt 0; then