[gaim-migrate @ 15041]

Tue, 03 Jan 2006 17:55:38 +0000

author
Martijn Dekker
date
Tue, 03 Jan 2006 17:55:38 +0000
changeset 12698
b445de3d3896
parent 12697
9f715f21702d
child 12699
81611fa7a208

[gaim-migrate @ 15041]
Martijn Dekker in SF Patch #1394379 pointed out that we really do need this change from his patch. My bad.

committer: Richard Laager <rlaager@pidgin.im>

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Tue Jan 03 17:52:50 2006 +0000
+++ b/configure.ac	Tue Jan 03 17:55:38 2006 +0000
@@ -25,7 +25,7 @@
 	AC_MSG_CHECKING([for fink])
 	if test -d /sw; then
 		AC_MSG_RESULT([found, adding /sw to search paths])
-		CFLAGS="$CFLAGS -I/sw/include"
+		CPPFLAGS="$CPPFLAGS -I/sw/include"
 		LDFLAGS="$LDFLAGS -L/sw/lib"
 	else
 		AC_MSG_RESULT([not found])

mercurial