]> git.decadent.org.uk Git - ion3.git/blobdiff - pwm/pwm.c
[svn-upgrade] Integrating new upstream version, ion3 (20080103)
[ion3.git] / pwm / pwm.c
index 178cf76c3ffbc340c5cfa1bc7af363682c4ef576..422bb4011df1d53d54c2c087aaed82626894040a 100644 (file)
--- a/pwm/pwm.c
+++ b/pwm/pwm.c
@@ -1,7 +1,7 @@
 /*
  * ion/pwm/pwm.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2008
  *
  * See the included file LICENSE for details.
  */
@@ -98,8 +98,8 @@ int main(int argc, char*argv[])
     
     libtu_init(argv[0]);
 
-#ifdef CF_RELOCATABLE    
-    prefix_set(argv[0], PWM3_LOCATION);
+#ifdef CF_RELOCATABLE_PWM3_LOCATION
+    prefix_set(argv[0], CF_RELOCATABLE_PWM3_LOCATION);
 #endif
 
     localedir=prefix_add(LOCALEDIR);