diff 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
line wrap: on
line diff
--- a/configure.in	Sun Jun 04 00:42:45 2000 +0000
+++ b/configure.in	Mon Jun 05 17:00:57 2000 +0000
@@ -48,7 +48,7 @@
 fi
 
 if test "$enable_oscar" = yes ; then
-	GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim/faim"
+	GAIM_CFLAGS="$GAIM_CFLAGS -DUSE_OSCAR -I../libfaim"
         GAIM_LDADD="$GAIM_LDADD -L../libfaim -lfaim"
         LIBFAIM_DO="libfaim.a"
 fi