From: acspike Date: Sun, 7 Jan 2007 18:18:22 +0000 (+0000) Subject: double quote the relaytool mimicing defines X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fbfba58632be1ba129375c60595d4e23f4c0f443;p=inkscape.git double quote the relaytool mimicing defines --- 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