diff --git a/sextractor.spec.in b/sextractor.spec.in index 4a406d5d1f6f373e98f35a97db27a084fd81146f..de2b5bd63710e621204139dd62337ebfc7305a53 100644 --- a/sextractor.spec.in +++ b/sextractor.spec.in @@ -55,7 +55,7 @@ Extract catalogs of sources from astronomical images if test "$USE_BEST"; then %configure --enable-mkl --enable-auto-flags --enable-best-link --with-release=@PACKAGE_RELEASE@ elif test "$USE_ICC"; then -%configure --enable-mkl --with-release=@PACKAGE_RELEASE@ +%configure --enable-icc --with-release=@PACKAGE_RELEASE@ else %configure --with-release=@PACKAGE_RELEASE@ fi