summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8f81519f4f..2c00d023b4 100755
--- a/configure
+++ b/configure
@@ -4867,13 +4867,13 @@ int main()
EOF
_enca=no
cc_check -lenca && _enca=yes
+fi
if test "$_enca" = yes ; then
_def_enca='#define HAVE_ENCA 1'
_ld_enca='-lenca'
else
_def_enca='#undef HAVE_ENCA'
fi
-fi
echores "$_enca"