summaryrefslogtreecommitdiff
path: root/c++tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'c++tools/configure')
-rwxr-xr-xc++tools/configure2
1 files changed, 2 insertions, 0 deletions
diff --git a/c++tools/configure b/c++tools/configure
index 82975120393..e8658aac16e 100755
--- a/c++tools/configure
+++ b/c++tools/configure
@@ -2060,6 +2060,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
+
ac_ext=cpp
ac_cpp='$CXXCPP $CPPFLAGS'