]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 2 Apr 2010 23:22:31 +0000 (23:22 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 2 Apr 2010 23:22:31 +0000 (23:22 +0000)
configure
configure.ac

index fe862a545ccd5212d754dde634d4584991f9de87..f3e1b91e7288e7ced7244e3f012f1bed9ec876df 100755 (executable)
--- 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.  */
 
index f211efc1acb83d07053704c9f770b7ba48df936e..a958edf763b9388efd3ea6719ce0b5c4230481e1 100755 (executable)
@@ -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