~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Vijay Samuel
  • Date: 2010-08-20 02:23:54 UTC
  • mfrom: (1720.1.4 build)
  • mto: (1726.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1727.
  • Revision ID: vijay@vijay-20100820022354-sxunltk8q3nb8ld2
Merge removed the drizzled/option.h include from client_priv.h and archive_reader.

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
    GETTEXT_PACKAGE=$PACKAGE
233
233
    AC_CHECK_LIB(intl, libintl_gettext)
234
234
    AC_SUBST([GETTEXT_PACKAGE])
235
 
    AS_IF([test "x${USE_NLS}" = "xyes"],
236
 
          [AC_DEFINE([ENABLE_NLS],[1],[Turn on language support])])
 
235
    AS_IF([test "x${USE_NLS}" = "xyes" -a "x${pandora_have_intltool}" = "xyes"],
 
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"],[