--- projects/cms/source/idar/configure.in 2003/08/21 20:48:26 1.8 +++ projects/cms/source/idar/configure.in 2003/10/04 16:32:23 1.9 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. # # configure.in for i-scream idar -# $Id: configure.in,v 1.8 2003/08/21 20:48:26 tdb Exp $ +# $Id: configure.in,v 1.9 2003/10/04 16:32:23 tdb Exp $ # # Change these to change the package name and version @@ -10,7 +10,7 @@ AC_INIT(idar, 1.2, bugs@i-scream.org) AM_INIT_AUTOMAKE(idar, 1.2) # Revision number (automatically updated) -AC_REVISION($Revision: 1.8 $) +AC_REVISION($Revision: 1.9 $) # Might work with older autoconfs... but tested on 2.57 AC_PREREQ(2.57) @@ -43,7 +43,7 @@ AC_ARG_WITH([curses-prefix], LDFLAGS="-L${withval}/lib ${LDFLAGS}" fi if test -d "$withval/include"; then - CPPFLAGS="-I${withval}/include ${CPPFLAGS}" + CPPFLAGS="-I${withval}/include -I${withval}/include/ncurses ${CPPFLAGS}" fi ] )