author | andyq <andyq> | 2002-10-10 11:55:04 (UTC) |
---|---|---|
committer | andyq <andyq> | 2002-10-10 11:55:04 (UTC) |
commit | 798474a96ae42503b9d73444d7a4c05d6af5bc10 (patch) (unidiff) | |
tree | 249b985ad346716b6b9041a70d26037784818c49 | |
parent | 4ecb48197df25b84ce0d1e6ec95e78c2fa6d0699 (diff) | |
download | opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.zip opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.tar.gz opie-798474a96ae42503b9d73444d7a4c05d6af5bc10.tar.bz2 |
oops - forgot to comment out running on X86 (DOH!)
-rw-r--r-- | noncore/settings/aqpkg/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/global.h b/noncore/settings/aqpkg/global.h index 4df2f15..1e23eb6 100644 --- a/noncore/settings/aqpkg/global.h +++ b/noncore/settings/aqpkg/global.h | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | // Uncomment the below line to run on a Linux box rather than a Zaurus | 21 | // Uncomment the below line to run on a Linux box rather than a Zaurus |
22 | // box this allows you to change where root is, and where to load config files from | 22 | // box this allows you to change where root is, and where to load config files from |
23 | #define X86 | 23 | // #define X86 |
24 | 24 | ||
25 | // Sets up location of ipkg.conf and root directory | 25 | // Sets up location of ipkg.conf and root directory |
26 | #ifdef QWS | 26 | #ifdef QWS |