diff options
author | Jeremy Allison <jra@samba.org> | 2009-02-24 11:37:57 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-02-24 11:37:57 -0800 |
commit | 365925eea308673f15e03d81b69f04b8908468e7 (patch) | |
tree | cb3fb3cc0f409cb615fa1128f450fcd91d61f12d /source4/heimdal/lib/krb5 | |
parent | 023164f77e36694f4dc7435119f28f42ea0fb0ec (diff) | |
download | samba-365925eea308673f15e03d81b69f04b8908468e7.tar.gz samba-365925eea308673f15e03d81b69f04b8908468e7.tar.bz2 samba-365925eea308673f15e03d81b69f04b8908468e7.zip |
Start fixing Solaris build failures.
Jeremy.
Diffstat (limited to 'source4/heimdal/lib/krb5')
-rw-r--r-- | source4/heimdal/lib/krb5/krb5_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/krb5/krb5_locl.h b/source4/heimdal/lib/krb5/krb5_locl.h index 1a490392a9..ced722f2d9 100644 --- a/source4/heimdal/lib/krb5/krb5_locl.h +++ b/source4/heimdal/lib/krb5/krb5_locl.h @@ -118,7 +118,7 @@ struct sockaddr_dl; #define HEIMDAL_TEXTDOMAIN "heimdal_krb5" -#ifdef LIBINTL +#ifdef HAVE_LIBINTL_H #include <libintl.h> #define N_(x,y) dgettext(HEIMDAL_TEXTDOMAIN, x) #else |