diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2007-08-01 19:51:20 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2007-08-01 19:51:20 -0300 |
commit | 5b28c8040795b53a4df54f33e57976720558ed32 (patch) | |
tree | 1e689cda085cf6252926cf2a28de453e10ac6acd /buildlib | |
parent | 64a3bcac6e4ea6c166f254a1c0f15b23b5dd92dc (diff) |
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
directory downloading on non-linux architectures (closes: #435597)
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/config.h.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index 8a65a229a..eddb16246 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -32,11 +32,8 @@ /* If there is no socklen_t, define this for the netdb shim */ #undef NEED_SOCKLEN_T_DEFINE -/* Define the cpu name string */ -#undef COMMON_CPU - -/* Define the on name string */ -#undef COMMON_OS +/* Define the arch name string */ +#undef COMMON_ARCH /* The version number string */ #undef VERSION |