comparison configure.in @ 338:9d258a0aa560

[gaim-migrate @ 348] Whoa, all kinds of things happened here. The applet looks better. The preferences dialog changes based on your compile-time options (oscar, gnome). Whispering works again. libfaim got updated; it can almost do RVOUS stuff, and hopefully soon can make requests too. The applet doesn't need to have its sounds go through GNOME, although it still can. There is code to facilitate SOCKS5 support (all that needs to be done is to actually write the code to communicate with the proxy server). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 06 Jun 2000 09:55:30 +0000
parents 71be288e7578
children d64101dc5c7e
comparison
equal deleted inserted replaced
337:f5b199e20d12 338:9d258a0aa560
46 if test "$enable_debug" = yes ; then 46 if test "$enable_debug" = yes ; then
47 GAIM_CFLAGS="$GAIM_CFLAGS -Wall -d -g -DDEBUG" 47 GAIM_CFLAGS="$GAIM_CFLAGS -Wall -d -g -DDEBUG"
48 fi 48 fi
49 49
50 if test "$enable_oscar" = yes ; then 50 if test "$enable_oscar" = yes ; then
51 GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim" 51 GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim/faim"
52 GAIM_LDADD="$GAIM_LDADD -L../libfaim -lfaim" 52 GAIM_LDADD="$GAIM_LDADD -L../libfaim -lfaim"
53 LIBFAIM_DO="libfaim.a" 53 LIBFAIM_DO="libfaim.a"
54 fi 54 fi
55 55
56 AM_PATH_GLIB(1.2.0) 56 AM_PATH_GLIB(1.2.0)