Package: imlib-base Version: 1.9.14-16.2 Tags: patch here was a typo in imlib.m4 that leads to configure scripts that would create Makefiles that tried to link in libgdk_imlib<whatever> even though the gdk-imlib test had failed. The configure scripts would do this when I had gdk-imlib1 and libgdk-pixbuf1, but not gdk-imlib1-dev or libgdk-pixbuf-dev installed on my debian system.
Reported upstream to no effect (http://bugzilla.gnome.org/show_bug.cgi?id=13328 1)
--- imlib.m4.orig 2005-02-07 18:24:50.000000000 -0500 +++ imlib.m4 2005-02-07 18:28:42.000000000 -0500 @@ -285,8 +285,8 @@ LIBS="$ac_save_LIBS" fi fi - IMLIB_CFLAGS="" - IMLIB_LIBS="" + GDK_IMLIB_CFLAGS="" + GDK_IMLIB_LIBS="" ifelse([$3], , :, [$3]) fi AC_SUBST(GDK_IMLIB_CFLAGS)