add -DENABLE_NLS
This commit is contained in:
parent
59621c4f41
commit
aeb6d817ed
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@ OB_COMPILER_FLAGS
|
|||
AC_C_CONST
|
||||
AC_C_INLINE
|
||||
|
||||
# XXX ADD --disable-nls option to this XXX
|
||||
CPPFLAGS=${CPPFLAGS} -DENABLE_NLS
|
||||
# XXX XXX
|
||||
|
||||
PKG_CHECK_MODULES([GLIB], [glib-2.0])
|
||||
AC_SUBST(GLIB_CFLAGS)
|
||||
AC_SUBST(GLIB_LIBS)
|
||||
|
|
Loading…
Reference in a new issue