| Index: ports/gforth/build.sh
|
| diff --git a/ports/gforth/build.sh b/ports/gforth/build.sh
|
| index c0bcb244cba83bebf3e8c1c023b330f8325f6a71..39deb19b64375b91aeb716ef6c05437c403c2002 100644
|
| --- a/ports/gforth/build.sh
|
| +++ b/ports/gforth/build.sh
|
| @@ -29,7 +29,11 @@ BuildHostGforth() {
|
|
|
| ConfigureStep() {
|
| ChangeDir ${SRC_DIR}
|
| - ./autogen.sh
|
| + LogExecute ./autogen.sh
|
| + if ! grep '# NOTE: Disabling this, as it prevents sharing' configure; then
|
| + echo "Autoconf failed to properly update configure"
|
| + exit 1
|
| + fi
|
| BuildHostGforth
|
| Banner "Building ${PACKAGE_NAME} for NaCl"
|
| export PATH="${HOST_INSTALL_DIR}/bin:${PATH}"
|
|
|