mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
4e7cb21ded
commit
13b5f2d161
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user