# HG changeset patch # User pl # Date 1021713695 0 # Node ID 52d3be44225bf6c8289792fd3dc94f31dc03ef7f # Parent 34d5c9a67b9485b5c39d972df8f907db44ce4916 gif support: added tests with the X11 libs (required by some lib(un)gif) diff -r 34d5c9a67b94 -r 52d3be44225b configure --- a/configure Sat May 18 09:15:49 2002 +0000 +++ b/configure Sat May 18 09:21:35 2002 +0000 @@ -2350,6 +2350,12 @@ elif cc_check -lgif && "$TMPO" >> "$TMPLOG" ; then _gif=yes _ld_gif="-lgif" + elif cc_check -lungif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then + _gif=yes + _ld_gif="-lungif $_ld_x11" + elif cc_check -lgif $_ld_x11 && "$TMPO" >> "$TMPLOG" ; then + _gif=yes + _ld_gif="-lgif $_ld_x11" fi fi