summaryrefslogtreecommitdiff
blob: ca300011bcff0a1f3e628f67ac362b9ca0cf563d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/main.cpp.orig	2005-06-09 01:13:49.000000000 -0400
+++ src/main.cpp	2005-07-30 22:44:03.000000000 -0400
@@ -82,7 +82,11 @@
   rootDir = (char*)malloc( 300 * sizeof( char ) );
   strcpy( rootDir, "data" ); 
 #else
+#ifdef ENABLE_BINRELOC
   rootDir = (char*)BR_DATADIR( "/data" );
+#else
+  rootDir = DATA_DIR;
+#endif
 #endif  
   cerr << "rootDir=" << rootDir << endl;