summaryrefslogtreecommitdiff
path: root/cpp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/bootstrap')
-rwxr-xr-xcpp/bootstrap2
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