ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/configure.in
(Generate patch)

Comparing projects/cms/source/idar/configure.in (file contents):
Revision 1.8 by tdb, Thu Aug 21 20:48:26 2003 UTC vs.
Revision 1.9 by tdb, Sat Oct 4 16:32:23 2003 UTC

# Line 43 | Line 43 | AC_ARG_WITH([curses-prefix],
43                          LDFLAGS="-L${withval}/lib ${LDFLAGS}"
44                  fi
45                  if test -d "$withval/include"; then
46 <                        CPPFLAGS="-I${withval}/include ${CPPFLAGS}"
46 >                        CPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${CPPFLAGS}"
47                  fi
48          ]
49   )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines