comparison configure.in @ 335:71be288e7578

[gaim-migrate @ 345] Thanks to Brian Ryner for this fix. I've really gotta learn to be more careful about these kinds of things.... committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 05 Jun 2000 17:00:57 +0000
parents 02da800b7805
children 9d258a0aa560
comparison
equal deleted inserted replaced
334:0fa651368776 335:71be288e7578
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/faim" 51 GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim"
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)