Capture stderr output from configure.
This commit is contained in:
parent
d9eaea4bea
commit
e75bbc1d88
|
@ -18,4 +18,4 @@ if [ "x$LDFLAGS" != "x" ]; then
|
|||
fi
|
||||
|
||||
echo ./configure ${CONFIGFLAGS}
|
||||
./configure ${CONFIGFLAGS}
|
||||
./configure ${CONFIGFLAGS} 2>&1
|
||||
|
|
Loading…
Reference in New Issue