diff options
Diffstat (limited to 'c++tools/configure')
-rwxr-xr-x | c++tools/configure | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/c++tools/configure b/c++tools/configure index 8297512..e8658aa 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' |