From 3858fd6499c253d434fbb13a78f315a768542280 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Fri, 22 Sep 2000 23:51:18 +0000 Subject: [PATCH] oops fix that SVN revision: 3538 --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index c5dca40..93d222a 100644 --- a/configure.in +++ b/configure.in @@ -247,7 +247,7 @@ fi AC_CHECK_LIB(ungif, DGifOpenFileName, gif_libs="-lungif" gif_ok=yes, - gif_ok=no + gif_ok=no, $EXTRA_LIBS) if test "$gif_ok" = yes; then AC_MSG_CHECKING([for gif_lib.h]) @@ -270,7 +270,8 @@ if test "$gif_ok" = no; then gif_libs="-lgif" gif_ok=yes, gif_ok=no - AC_MSG_WARN(*** Native GIF support will not be built (GIF library not found) ***), $EXTRA_LIBS) + AC_MSG_WARN(*** Native GIF support will not be built (GIF library not found) ***), + $EXTRA_LIBS) if test "$gif_ok" = yes; then AC_MSG_CHECKING([for gif_lib.h]) AC_TRY_CPP(