[gaim-migrate @ 16871]

Sat, 19 Aug 2006 03:46:26 +0000

author
Ma Yuan <mayuan2006@gmail.com>
date
Sat, 19 Aug 2006 03:46:26 +0000
changeset 14261
12b84f347951
parent 14260
a21577fbb4d2
child 14262
70d5193ce492

[gaim-migrate @ 16871]
change the configure.ac to avoid autogen error
committed by Ma Yuan<mayuan2006@gmail.com>

configure.ac file | annotate | diff | comparison | revisions
--- 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([

mercurial