1 |
diff -up gnucash-2.3.12/src/bin/gnucash-bin.c.orig gnucash-2.3.12/src/bin/gnucash-bin.c |
2 |
--- gnucash-2.3.12/src/bin/gnucash-bin.c.orig 2010-04-10 20:22:18.000000000 -0400 |
3 |
+++ gnucash-2.3.12/src/bin/gnucash-bin.c 2010-04-30 16:12:54.172388707 -0400 |
4 |
@@ -716,8 +716,6 @@ main(int argc, char ** argv) |
5 |
g_error_free(binreloc_error); |
6 |
} |
7 |
} |
8 |
-#else |
9 |
- g_message("main: binreloc relocation support was disabled at configure time.\n"); |
10 |
#endif |
11 |
|
12 |
/* This should be called before gettext is initialized |