diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-09 18:18:28 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-09 18:18:28 +0100 |
| commit | 223ba9927e90c83b8c5a95c74bd79841a632c76b (patch) | |
| tree | 7d6d8f217e01720b47bfc8b0d87eedb135ee9a41 /cscript | |
| parent | 3987a5515acf67db3a686ab07eedb8170efc6dff (diff) | |
Try without c++11 now that libcxml no longer requires glibmm.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -269,8 +269,6 @@ def configure_options(target): opt += ' --static-boost --static-xmlpp' elif target.version == '7': opt += ' --workaround-gssapi --static-xmlpp' - if target.distro == 'debian' and target.version == 'unstable': - target.append_with_space('CXXFLAGS', '-std=c++11') return opt |
