Mercurial > pidgin
diff configure.ac @ 14199:2c71c9ecf394
[gaim-migrate @ 16871]
change the configure.ac to avoid autogen error
committed by Ma Yuan<mayuan2006@gmail.com>
committer: Tailor Script <tailor@pidgin.im>
| author | Ma Yuan <mayuan2006@gmail.com> |
|---|---|
| date | Sat, 19 Aug 2006 03:46:26 +0000 |
| parents | 60b1bc8dbf37 |
| children | ecc7f6f64ddd |
line wrap: on
line diff
--- a/configure.ac Sat Aug 19 03:38:23 2006 +0000 +++ b/configure.ac Sat Aug 19 03:46:26 2006 +0000 @@ -639,6 +639,7 @@ [ AC_SUBST(GLIB_CFLAGS) AC_SUBST(GLIB_LIBS) + echo "GLib 2.0 check OK!" ], [ AC_MSG_ERROR([ @@ -654,6 +655,7 @@ [ AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_LIBS) + echo "GTK+ 2.0 check OK!" ], [ AC_MSG_ERROR([
