diff options
author | Andres Freund | 2018-03-21 21:34:29 +0000 |
---|---|---|
committer | Andres Freund | 2018-03-21 21:34:29 +0000 |
commit | 3c09a72b86e3b86d579b96a6685636e926f36d33 (patch) | |
tree | 8ce4ad32eb5f8ca8fa99f6d99f5f364a21e9fe2a /configure | |
parent | 1b7b675efeca4ad220cfc12e59d9c8736883bbba (diff) |
Fix typo setting BITCODE_CXXFLAGS.jit
Reported-By: Catalin Iacob
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5114,7 +5114,7 @@ fi if test "$ac_env_BITCODE_CXXFLAGS_set" = set; then BITCODE_CXXFLAGS=$ac_env_BITCODE_CXXFLAGS_value else - BITCODE_CXXFLAGS="-O2 BITCODE_CXXFLAGS" + BITCODE_CXXFLAGS="-O2 $BITCODE_CXXFLAGS" fi # C[XX]FLAGS we determined above will be added back at the end |