Skip to content

Commit 11dbdc8

Browse files
bjorihanumantmk
authored andcommitted
exit on failure
Closes #71
1 parent 13cb98f commit 11dbdc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autogen.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if test -z "$(which libtoolize)" && test -z "$(which glibtoolize)"; then
2020
if test "$(uname)" = "Darwin"; then
2121
echo "On Darwin, this is named glibtoolize"
2222
fi
23+
exit 1
2324
fi
2425

2526
if [ -d .git ]; then

0 commit comments

Comments
 (0)