diff --git a/Jamroot b/Jamroot index 4118248c1..c8b28445e 100644 --- a/Jamroot +++ b/Jamroot @@ -111,7 +111,7 @@ external-lib z ; #lib dl : : static:static shared:shared ; #requirements += dl ; -#requirements += -std=c++0x ; +requirements += -std=c++0x ; # Allow moses to report the git commit hash of the version used for compilation moses_githash = [ _shell "git describe --dirty" ] ;