summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.