--- projects/libstatgrab/configure.in 2003/10/04 16:05:55 1.31 +++ projects/libstatgrab/configure.in 2003/10/04 16:32:23 1.32 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for libstatgrab -# $Id: configure.in,v 1.31 2003/10/04 16:05:55 tdb Exp $ +# $Id: configure.in,v 1.32 2003/10/04 16:32:23 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(libstatgrab, 0.6, bugs@i-scream.org) AM_INIT_AUTOMAKE(libstatgrab, 0.6) # Revision number (automatically updated) -AC_REVISION($Revision: 1.31 $) +AC_REVISION($Revision: 1.32 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -69,7 +69,7 @@ AC_ARG_WITH([curses-prefix], SAIDARLIBS="-L${withval}/lib ${SAIDARLIBS}" fi if test -d "$withval/include"; then - SAIDARCPPFLAGS="-I${withval}/include ${SAIRDARCPPFLAGS}" + SAIDARCPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${SAIRDARCPPFLAGS}" fi ] )