Capture stderr output from configure.

This commit is contained in:
Darren Tucker 2022-07-12 14:37:15 +10:00
parent d9eaea4bea
commit e75bbc1d88
1 changed files with 1 additions and 1 deletions

View File

@ -18,4 +18,4 @@ if [ "x$LDFLAGS" != "x" ]; then
fi
echo ./configure ${CONFIGFLAGS}
./configure ${CONFIGFLAGS}
./configure ${CONFIGFLAGS} 2>&1