Mercurial > pidgin.yaz
changeset 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 | 9c2a4e327718 |
children | 2b53185e5d8f |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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])