diff -r 7995942261f2 -r a4e30d311569 scripts/build/companion_libs/mpc.sh --- a/scripts/build/companion_libs/mpc.sh Mon May 25 19:46:58 2009 +0000 +++ b/scripts/build/companion_libs/mpc.sh Fri Oct 09 16:22:09 2009 +0200 @@ -37,8 +37,8 @@ --prefix="${CT_PREFIX_DIR}" \ --with-gmp="${CT_PREFIX_DIR}" \ --with-mpfr="${CT_PREFIX_DIR}" \ - --disable-shared \ - --enable-static \ + --enable-shared \ + --disable-static \ CT_DoLog EXTRA "Building MPC" CT_DoExecLog ALL make ${PARALLELMFLAGS}