Salome HOME
bos #26367: use OCCT 7.5.3p1 candidate: 1e74e3eacd
[tools/sat_salome.git] / products / patches / libxslt-1.1.34-config-windows.patch
1 diff -Naur libxslt-v1.1.34-ref/libxslt/xsltconfig.h.in libxslt-v1.1.34/libxslt/xsltconfig.h.in
2 --- libxslt-v1.1.34-ref/libxslt/xsltconfig.h.in 2021-06-23 18:32:05.370099221 +0200
3 +++ libxslt-v1.1.34/libxslt/xsltconfig.h.in     2021-06-23 18:32:51.750100917 +0200
4 @@ -117,7 +117,7 @@
5   * is insignifiant.
6   * On by default unless --without-profiler is passed to configure
7   */
8 -#if @WITH_PROFILER@
9 +#if 1
10  #ifndef WITH_PROFILER
11  #define WITH_PROFILER
12  #endif