~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2010-08-20 00:45:16 UTC
  • mto: (1720.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1722.
  • Revision ID: mordred@inaugust.com-20100820004516-lt4cdow77qcx5xdc
Ok. FFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
    AC_CHECK_LIB(intl, libintl_gettext)
234
234
    AC_SUBST([GETTEXT_PACKAGE])
235
235
    AS_IF([test "x${USE_NLS}" = "xyes" -a "x${pandora_have_intltool}" = "xyes"],
236
 
          [AC_DEFINE([ENABLE_NLS],[1],[Turn on language support])])
 
236
          [AC_DEFINE([ENABLE_NLS],[1],[Turn on language support])
 
237
           AC_CONFIG_FILES([po/Makefile.in])
 
238
    ])
237
239
  ])
 
240
  AM_CONDITIONAL(BUILD_PO,[test "x${USE_NLS}" = "xyes" -a "x${pandora_have_intltool}" = "xyes"])
238
241
 
239
242
  AS_IF([test "x${gl_LIBOBJS}" != "x"],[
240
243
    AS_IF([test "$GCC" = "yes"],[