mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
S4: Building on a system with libintl
Heimdal's internal buildsystem uses a different define for checking for libintl than what samba uses. LIBINTL vs HAVE_LIBINTL_H. Since changing heimdals defineswould brake dropin merges of heimdal. This is a simple workaround in line with others in heimdal_build catalog. Signed-off-by: Torgeir Lerkerød <torgeir.lerkerod@gmail.com> Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
0944931159
commit
6e5dad49d9
@ -36,4 +36,9 @@
|
||||
#define uwrap_enabled() 0
|
||||
#endif
|
||||
|
||||
/*Workaround for heimdal define vs samba define*/
|
||||
#ifdef HAVE_LIBINTL_H
|
||||
#define LIBINTL
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user