diff options
| author | Aaron Spike <aaron@ekips.org> | 2007-01-07 18:18:22 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2007-01-07 18:18:22 +0000 |
| commit | d449b963dc64b76595b492f90d0a57f732780774 (patch) | |
| tree | aee5243c2a806865ac62f9bbc212e291df0851ae | |
| parent | use relaytool to weak link libssl (diff) | |
| download | inkscape-d449b963dc64b76595b492f90d0a57f732780774.tar.gz inkscape-d449b963dc64b76595b492f90d0a57f732780774.zip | |
double quote the relaytool mimicing defines
(bzr r2147)
| -rw-r--r-- | build.xml | 2 | ||||
| -rw-r--r-- | build28.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -164,7 +164,7 @@ -DHAVE_CONFIG_H -DXP_WIN <!-- for JS --> -D_INTL_REDIRECT_INLINE - -DRELAYTOOL_SSL='static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }' <!-- inkboard --> + -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard --> -DWITH_INKBOARD -DHAVE_SSL <!-- inkboard --> </defines> <includes> diff --git a/build28.xml b/build28.xml index d4c0262cf..f0bff1ce2 100644 --- a/build28.xml +++ b/build28.xml @@ -93,7 +93,7 @@ -DHAVE_CONFIG_H
-DXP_WIN <!-- for JS -->
-D_INTL_REDIRECT_INLINE
- -DRELAYTOOL_SSL='static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }' <!-- inkboard -->
+ -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard -->
-DWITH_INKBOARD -DHAVE_SSL <!-- inkboard -->
</defines>
<includes>
|
