diff --git a/pkgs/development/libraries/qt-3/builder.sh b/pkgs/development/libraries/qt-3/builder.sh index a85ac6b942ad..0f45c1acce4e 100644 --- a/pkgs/development/libraries/qt-3/builder.sh +++ b/pkgs/development/libraries/qt-3/builder.sh @@ -24,9 +24,9 @@ configureFlags="-v -prefix $out -system-zlib -system-libpng -system-libjpeg" dontAddPrefix=1 if test -n "$threadSupport"; then - configureFlags="-thread"; + configureFlags="-thread $configureFlags"; else - configureFlags="-no-thread"; + configureFlags="-no-thread $configureFlags"; fi if test -n "$xftSupport"; then