~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 04:08:02 UTC
  • mfrom: (1724.2.1 intltool-assiness)
  • mto: This revision was merged to the branch mainline in revision 1726.
  • Revision ID: mordred@inaugust.com-20100821040802-aqmdscnf3fbmzfw8
One. More. Fix. To. Intltool. Gah.

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