# HG changeset patch # User Gary Kramlich # Date 1157310410 0 # Node ID 2e1ad5ecb6e46a28e04edd291acd0acb2ba8515a # Parent 59b4751c8f1e41162c8595b6c93e0a4af36ca29c [gaim-migrate @ 17144] sadrul said the last version didn't work for him, so now we're trying absolute include paths which still work fine for me committer: Tailor Script diff -r 59b4751c8f1e -r 2e1ad5ecb6e4 configure.ac --- a/configure.ac Sun Sep 03 18:45:16 2006 +0000 +++ b/configure.ac Sun Sep 03 19:06:50 2006 +0000 @@ -821,7 +821,7 @@ dnl # Some distros put the headers in ncursesw/, some don't found_ncurses_h=no - for f in ncurses.h ncursesw/ncurses.h + for f in /usr/include/ncurses.h /usr/include/ncursesw/ncurses.h do AC_CHECK_HEADER($f,[ AC_MSG_CHECKING([if $f supports wide characters]) @@ -835,7 +835,7 @@ ], [ dir=`dirname $f` if test x"$dir" != x"." ; then - GNT_CFLAGS="-I $dir/" + GNT_CFLAGS="-I$dir/" else GNT_CFLAGS="" fi