diff configure.ac @ 12698:e5f79b206d7e

[gaim-migrate @ 15041] Martijn Dekker in SF Patch #1394379 pointed out that we really do need this change from his patch. My bad. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 03 Jan 2006 17:55:38 +0000
parents e9f279f0ef02
children 798ef873a7e9
line wrap: on
line diff
--- 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])