~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-08-13 05:20:48 UTC
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: monty@inaugust.com-20080813052048-a5o5flryxbczxp53
Don't build po dir if we don't have gettext.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
AM_GNU_GETTEXT([external])
63
63
AM_GNU_GETTEXT_VERSION(0.17)
64
64
 
 
65
AM_CONDITIONAL([BUILD_GETTEXT],[test "x$MSGMERGE" != "x"])
65
66
 
66
67
AC_SUBST(DRIZZLE_NO_DASH_VERSION)
67
68
AC_SUBST(DRIZZLE_BASE_VERSION)