]> git.decadent.org.uk Git - ion3.git/blobdiff - ion/ion.c
[svn-upgrade] Integrating new upstream version, ion3 (20080103)
[ion3.git] / ion / ion.c
index 23dce0cdc641541f686cb7ae7c332f821bf1086d..4bbfb60f58707727ed025316a7011fb42d1a3126 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-2008
  *
  * 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_ION3_LOCATION
+    prefix_set(argv[0], CF_RELOCATABLE_ION3_LOCATION);
 #endif
     
     localedir=prefix_add(LOCALEDIR);