]> git.decadent.org.uk Git - ion3.git/blobdiff - ion/ion.c
Imported Upstream version 20090110
[ion3.git] / ion / ion.c
index 23dce0cdc641541f686cb7ae7c332f821bf1086d..9e0c2538c308700b0ed73e23624e2515f400137d 100644 (file)
--- a/ion/ion.c
+++ b/ion/ion.c
@@ -1,7 +1,7 @@
 /*
  * ion/ion/ion.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
  * See the included file LICENSE for details.
  */
@@ -151,8 +151,8 @@ int main(int argc, char*argv[])
 
     libtu_init(argv[0]);
     
-#ifdef CF_RELOCATABLE
-    prefix_set(argv[0], ION3_LOCATION);
+#ifdef CF_RELOCATABLE_BIN_LOCATION
+    prefix_set(argv[0], CF_RELOCATABLE_BIN_LOCATION);
 #endif
     
     localedir=prefix_add(LOCALEDIR);