From fbfba58632be1ba129375c60595d4e23f4c0f443 Mon Sep 17 00:00:00 2001 From: acspike Date: Sun, 7 Jan 2007 18:18:22 +0000 Subject: [PATCH] double quote the relaytool mimicing defines --- 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 -- 2.39.5