summaryrefslogtreecommitdiff
path: root/qpid/cpp/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/bootstrap')
-rwxr-xr-xqpid/cpp/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/bootstrap b/qpid/cpp/bootstrap
index 0b55394e6c..c566d357e6 100755
--- a/qpid/cpp/bootstrap
+++ b/qpid/cpp/bootstrap
@@ -30,7 +30,7 @@ fi
automake
autoconf
-if [ "$1" = "-build" ] ; then
+if [ "$1" = "-build" -o "$1" = "--build" ] ; then
./configure
make
make check