diff configure.in @ 450:e1c09b8c8bb1

[gaim-migrate @ 460] Piece of crap committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 30 Jun 2000 05:00:12 +0000
parents 0d4e80bdb96b
children 6899492d9d91
line wrap: on
line diff
--- a/configure.in	Fri Jun 30 04:10:43 2000 +0000
+++ b/configure.in	Fri Jun 30 05:00:12 2000 +0000
@@ -50,7 +50,7 @@
 AM_PATH_GLIB(1.2.0)
 AM_PATH_GTK(1.2.0,,,gthread)
 LIBS="$LIBS $GTK_LIBS"
-CFLAGS="$CFLAGS -I../libfaim/faim"
+CFLAGS="$CFLAGS -I../libfaim -I../libfaim/faim"
 LDADD="$LDADD -L../libfaim -lfaim -pthread"
 
 if test "$enable_gnome" = yes ; then