summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a624b66225..1b46f82f6d 100755
--- a/configure
+++ b/configure
@@ -5686,7 +5686,7 @@ if [ "$CFG_GIF" = "yes" ]; then
fi
if [ "$CFG_DOUBLECONVERSION" = "system" ]; then
QT_CONFIG="$QT_CONFIG doubleconversion system-doubleconversion"
-else
+elif [ "$CFG_DOUBLECONVERSION" = "qt" ]; then
QT_CONFIG="$QT_CONFIG doubleconversion"
fi
if [ "$CFG_FREETYPE" = "no" ]; then