summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-03-16 11:23:22 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-03-16 11:23:22 -0400
commit2599e265eba6fd27b3f7684c484f3160f9a67595 (patch)
tree08e461888b44265893f9fd2b331daf4d6a6955b1
parent4eb4cf81312691516c2129f04f245401b5566235 (diff)
downloadpango-2599e265eba6fd27b3f7684c484f3160f9a67595.tar.gz
[configure.in] Look for pango.pc.in instead of ChangeLog
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b02bbe5e..1209d215 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ m4_define([pango_module_version], [1.6.0])
AC_INIT(pango, pango_version(),
[http://bugzilla.gnome.org/enter_bug.cgi?product=pango])
-AC_CONFIG_SRCDIR([ChangeLog])
+AC_CONFIG_SRCDIR([pango.pc.in])
dnl -Wno-portability tells automake to stop complaining about the
dnl usage of GNU Make specific features.