Follow-up on r16213 to have a run-time message on disabled binreloc.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16219 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2007-06-27 19:36:57 +00:00
parent 4e7cb21ded
commit 13b5f2d161

View File

@ -572,6 +572,8 @@ main(int argc, char ** argv)
g_error_free(binreloc_error); g_error_free(binreloc_error);
} }
} }
#else
g_message("main: binreloc relocation support was disable at configure time.\n");
#endif #endif
#ifdef HAVE_GETTEXT #ifdef HAVE_GETTEXT