From e514ca39cc6ab45d221c7d403a47a62e6229ef14 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Fri, 23 Dec 2011 08:57:24 +0000 Subject: [PATCH] (svn r23661) -Fix (r23438): Remaining parts of configuration were skipped when grfcodec/nforenum were not usable. --- config.lib | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.lib b/config.lib index f41d1c76a4..deed3ae13b 100644 --- a/config.lib +++ b/config.lib @@ -944,13 +944,11 @@ check_params() { if [ -z "$grfcodec" ] && [ -n "$nforenum" ]; then log 1 "checking nforenum/grfcodec... nforenum needs grfcodec enabled, disabling nforenum" nforenum="" - return 0 fi if [ -z "$nforenum" ] && [ -n "$grfcodec" ]; then log 1 "checking nforenum/grfcodec... grfcodec needs nforenum enabled, disabling grfcodec" grfcodec="" - return 0 fi if [ "$os" = "DOS" ]; then