diff options
author | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2006-07-26 02:06:17 +0000 |
---|---|---|
committer | Thomas James Alexander Thurman <tthurman@src.gnome.org> | 2006-07-26 02:06:17 +0000 |
commit | 6e4d6da191523f8415959e53615ff92339200e42 (patch) | |
tree | 5742f5f71861fbbec448c0cc8ecf10a511459ff3 /configure.in | |
parent | 9c75b951465e4c9559ada34f87b0acb7a95de229 (diff) | |
download | metacity-6e4d6da191523f8415959e53615ff92339200e42.tar.gz |
Kill usage of libegg. #348633.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index aec79c0a..ac8104c6 100644 --- a/configure.in +++ b/configure.in @@ -101,7 +101,7 @@ if test "x$GCC" = "xyes"; then fi changequote([,])dnl -METACITY_PC_MODULES='gtk+-2.0 >= 2.2.0 pango >= 1.2.0' +METACITY_PC_MODULES='gtk+-2.0 >= 2.10.0 pango >= 1.2.0' AC_ARG_ENABLE(gconf, AC_HELP_STRING([--disable-gconf], |