Skip to content

Commit e23a5dd

Browse files
committed
Fail on failing makesetup
1 parent ef08a28 commit e23a5dd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

configure

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

+4
Original file line numberDiff line numberDiff line change
@@ -7025,6 +7025,10 @@ AC_MSG_NOTICE([creating Makefile])
70257025
$SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
70267026
-s Modules \
70277027
Modules/Setup.local Modules/Setup.stdlib Modules/Setup.bootstrap $srcdir/Modules/Setup
7028+
if test $? -ne 0; then
7029+
AC_MSG_ERROR([makesetup failed])
7030+
fi
7031+
70287032
mv config.c Modules
70297033

70307034
if test -z "$PKG_CONFIG"; then

0 commit comments

Comments
 (0)