|
|
|
--- jpilot-0.99.7/configure.x86_64 2004-11-19 13:16:39.000000000 +0100 +++ jpilot-0.99.7/configure 2004-11-19 13:13:53.000000000 +0100 @@ -24206,9 +24206,15 @@ abilib=$ABILIB if test "x$abilib" = "x"; then +if (test `uname -m` = x86_64) then +cat >>confdefs.h <<_ACEOF +#define ABILIB "lib64" +_ACEOF +else cat >>confdefs.h <<_ACEOF #define ABILIB "lib" _ACEOF +fi else
| Results 1 - 1 |