~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_intltool.m4

  • Committer: Monty Taylor
  • Date: 2010-08-21 03:51:05 UTC
  • mto: (1725.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 1726.
  • Revision ID: mordred@inaugust.com-20100821035105-yzpzjqmefuisa3w4
It would _REALLY_ help if I could get this right. For once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
      AC_MSG_WARN([Your intltool is too old.  You need intltool $1 or later.])
52
52
    ])
53
53
fi
54
 
AC_CHECK_HEADERS([intltool.h])
55
 
AS_IF([test "x${ac_cv_header_intltool_h}" = "xfalse" -o "x${ac_cv_header_intltool_h}" = "xno"],[
 
54
AC_CHECK_HEADERS([libintl.h])
 
55
AS_IF([test "x${ac_cv_header_libintl_h}" = "xfalse" -o "x${ac_cv_header_libintl_h}" = "xno"],[
56
56
  pandora_have_intltool=no
57
57
])
58
58