diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-04 19:19:00 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-04 19:19:00 +0000 |
| commit | aeb6d817eda0365ac4824b8942f943c4b8e39a51 (patch) | |
| tree | 507a40baeb52cfc3b69f619982c779a4ee761022 | |
| parent | 59621c4f41886affe1ff5c477e3ab4d273b9d2d9 (diff) | |
add -DENABLE_NLS
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index dcc0fb2e..1025d356 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |
