diff options
| -rw-r--r-- | build-lx.xml | 4 | ||||
| -rw-r--r-- | build.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build-lx.xml b/build-lx.xml index 4d363c0c0..5f33638eb 100644 --- a/build-lx.xml +++ b/build-lx.xml @@ -160,8 +160,8 @@ #define WITH_PYTHON 1 /* shared whiteboard */ - #undef WITH_INKBOARD 1 - #undef HAVE_SSL 1 + #undef WITH_INKBOARD + #undef HAVE_SSL /* use poppler for pdf import? */ #define HAVE_POPPLER 1 @@ -166,8 +166,8 @@ #define WITH_PYTHON 1 /* shared whiteboard */ - #undef WITH_INKBOARD 1 - #undef HAVE_SSL 1 + #undef WITH_INKBOARD + #undef HAVE_SSL /* use poppler for pdf import? */ #define HAVE_POPPLER 1 |
