From d449b963dc64b76595b492f90d0a57f732780774 Mon Sep 17 00:00:00 2001 From: Aaron Spike Date: Sun, 7 Jan 2007 18:18:22 +0000 Subject: double quote the relaytool mimicing defines (bzr r2147) --- build.xml | 2 +- build28.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 43368b645..b423e3cad 100644 --- a/build.xml +++ b/build.xml @@ -164,7 +164,7 @@ -DHAVE_CONFIG_H -DXP_WIN -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; }' + -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" -DWITH_INKBOARD -DHAVE_SSL 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 -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; }' + -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" -DWITH_INKBOARD -DHAVE_SSL -- cgit v1.2.3