Sophie

Sophie

distrib > Mageia > 9 > armv7hl > media > core-release-src > by-pkgid > b72c7bf2dff92558f843e326145d5731 > files > 11

wmakerconf-2.12-20.mga9.src.rpm

diff -up wmakerconf-2.12/configure.ac.bak wmakerconf-2.12/configure.ac
--- wmakerconf-2.12/configure.ac.bak	2007-04-12 12:51:49.000000000 +0200
+++ wmakerconf-2.12/configure.ac	2011-07-20 12:26:58.054890462 +0200
@@ -171,18 +171,6 @@ fi
 AM_PATH_GTK_2_0(2.4.0,,
         AC_MSG_ERROR([*** GTK >= 2.4.0 not installed - please install first ***]))
 
-if test -z "$usewraster"; then
-        AM_PATH_GDK_IMLIB(1.9.3,[AC_DEFINE(HAVE_IMLIB, 1, [Undef if you don't have the gdk_imlib library]) have_imlib="yes"], AC_MSG_WARN([*** IMLIB >= 1.9.3 not installed - please install first ***]))
-        # workaround for imlib 1.9.2
-        if test "$IMLIB_CONFIG" != "no" ; then
-                IMLIB_LIBS=`$IMLIB_CONFIG --libs`
-                GDK_IMLIB_LIBS="$GDK_IMLIB_LIBS $IMLIB_LIBS"
-        fi
-else
-         CPPFLAGS="$CPPFLAGS $GTK_CFLAGS"
-         LIBS="$LIBS $GTK_LIBS"
-fi
-
 # Checks for programs
 webbrowser=mozilla
 AC_ARG_WITH(webbrowser,
@@ -361,13 +349,9 @@ else
         echo "Image preview caching:            disabled (no wraster lib or convert)"
         echo "Gradient previewing:              disabled (wraster lib not installed)"
 fi
-if test -z "$have_imlib"; then
         if test -z "$usewraster"; then
                 echo "jpeg, png, tiff, gif support:     disabled (no wraster lib or imlib)"
         fi
-else
-        echo "jpeg, png, tiff, gif support:     enabled (imlib)"
-fi
 if test "$libwmfun" = "no"; then
         echo "Libwmfun support:                 disabled (libwmfun not installed)"
 else