summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure
index d81f125d93..6f3bf817de 100755
--- a/configure
+++ b/configure
@@ -3021,7 +3021,7 @@ fi
echores "$_gif"
-if test "$_gif" = yes ; then
+case "$_gif" in yes*)
echocheck "broken giflib workaround"
_def_gif_tvt_hack='#define HAVE_GIF_TVT_HACK 1'
@@ -3039,7 +3039,8 @@ EOF
else
echores "enabled"
fi
-fi
+ ;;
+esac
if test "$_vesa" != no ; then