diff options
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-x | cpp/bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bootstrap b/cpp/bootstrap index 0b55394e6c..c566d357e6 100755 --- a/cpp/bootstrap +++ b/cpp/bootstrap @@ -30,7 +30,7 @@ fi automake autoconf -if [ "$1" = "-build" ] ; then +if [ "$1" = "-build" -o "$1" = "--build" ] ; then ./configure make make check |