comparison configure.in @ 606:eaab8abda2c0

[gaim-migrate @ 616] ok, a few changes. 1) --enable-gnome (which is the default) can make sounds go through gnome, which means they're configurable. they can still go through gaim. 2) --enable-gnome will also install the necessary files to make sounds through gnome work. 3) the rpm will be built without gnome; if a distributor later wants to require gnome that's up to them. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 04 Aug 2000 17:13:54 +0000
parents c763eeec336f
children a3e32af35b30
comparison
equal deleted inserted replaced
605:1dbc72baf900 606:eaab8abda2c0
78 else 78 else
79 AC_MSG_RESULT(ok) 79 AC_MSG_RESULT(ok)
80 CFLAGS="$CFLAGS $GNOME_CFLAGS" 80 CFLAGS="$CFLAGS $GNOME_CFLAGS"
81 LIBS="$LIBS `$gnomepath gnomeui --libs 2>/dev/null`" 81 LIBS="$LIBS `$gnomepath gnomeui --libs 2>/dev/null`"
82 AC_DEFINE(USE_GNOME) 82 AC_DEFINE(USE_GNOME)
83 GNOME_CONFIG="$gnomepath"
84 AC_SUBST(GNOME_CONFIG)
83 AC_PATH_PROG(gaimpath, gaim) 85 AC_PATH_PROG(gaimpath, gaim)
84 fi 86 fi
85 fi 87 fi
86 fi 88 fi
87 fi 89 fi
90 AM_CONDITIONAL(GNOMEBITS, test "x$enable_gnome" = "xyes")
88 91
89 if test "x$enable_gnome" != "xyes" ; then 92 if test "x$enable_gnome" != "xyes" ; then
90 AM_PATH_GLIB(1.2.0) 93 AM_PATH_GLIB(1.2.0)
91 AM_PATH_GTK(1.2.0,,,gthread) 94 AM_PATH_GTK(1.2.0,,,gthread)
92 LIBS="$LIBS $GTK_LIBS" 95 LIBS="$LIBS $GTK_LIBS"