forked from AuroraMiddleware/gtk
include -lintl in LIBS
This commit is contained in:
parent
d1edd7e40c
commit
931b25f230
@ -161,3 +161,6 @@
|
||||
|
||||
/* Define if you have the i library (-li). */
|
||||
#undef HAVE_LIBI
|
||||
|
||||
/* Define if you have the intl library (-lintl). */
|
||||
#undef HAVE_LIBINTL
|
||||
|
@ -132,6 +132,10 @@ AC_SUBST(REBUILD)
|
||||
# i18n stuff
|
||||
ALL_LINGUAS="de pt"
|
||||
AM_GNU_GETTEXT
|
||||
AC_CHECK_FUNC(gettext,
|
||||
,
|
||||
AC_CHECK_LIB(intl, gettext)
|
||||
)
|
||||
|
||||
dnl The DU4 header files don't provide library prototypes unless
|
||||
dnl -std1 is given to the native cc.
|
||||
|
Loading…
Reference in New Issue
Block a user