Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 116535 | Differences between
and this patch

Collapse All | Expand All

(-)libgdiplus-1.1.13-orig/configure.in (-1 / +1 lines)
Lines 203-209 Link Here
203
      AC_MSG_WARN(*** GIF loader will not be built (giflibrary not found) ***))
203
      AC_MSG_WARN(*** GIF loader will not be built (giflibrary not found) ***))
204
  fi
204
  fi
205
205
206
if ! test x$GIF != x; then
206
if test x$with_libgif != xno && ! test x$GIF != x; then
207
   AC_CHECK_LIB(ungif, DGifOpenFileName,
207
   AC_CHECK_LIB(ungif, DGifOpenFileName,
208
      [AC_CHECK_HEADER(gif_lib.h,
208
      [AC_CHECK_HEADER(gif_lib.h,
209
	GIF='ungif'; LIBGIF='-lungif',
209
	GIF='ungif'; LIBGIF='-lungif',

Return to bug 116535