Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > db2197fc39f6321873edfeb4d8c58cea > files > 1

ImageMagick-6.7.0.5-1ark.src.rpm

--- ImageMagick-6.3.3/configure.ac.Xt~	2007-03-20 23:40:49.000000000 +0000
+++ ImageMagick-6.3.3/configure.ac	2007-04-17 14:41:12.000000000 +0000
@@ -1243,7 +1243,7 @@
     have_libdps='no'
     LIBDPS_XT=''
     AC_CHECK_LIB(dps,DPSInitialize,have_libdps='yes',have_libdps='no',)
-    if test "$have_libdps" != 'yes'; then
+    if true; then
         # Unset cache variable so we can try again.
         unset ac_cv_lib_dps_DPSInitialize
         AC_CHECK_LIB(dps,DPSInitialize,have_libdps='yes',have_libdps='no',-lXt)