X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=configure;h=fd93db24ec92e9b72b89a6c407280fa06d3fea77;hb=9d7dfa426f44402f8e74e89b00100882b16383aa;hp=9a4b52965fa6bb1065cc63ea5d2c7b338daced98;hpb=92b40e557630881d08f67e2498b3e062ab8ec8ec;p=ctsim.git diff --git a/configure b/configure index 9a4b529..fd93db2 100755 --- a/configure +++ b/configure @@ -1491,7 +1491,7 @@ fi PACKAGE=ctsim -VERSION=3.5.6 +VERSION=3.7.0 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 @@ -7674,7 +7674,8 @@ fi echo "$as_me:$LINENO: checking sstream" >&5 echo $ECHO_N "checking sstream... $ECHO_C" >&6 if test -f /usr/include/sstream || test -f /usr/include/g++/sstream || - test -f /usr/include/g++-2/sstream || test -f /usr/include/g++-3/sstream ; then + test -f /usr/include/g++-2/sstream || test -f /usr/include/g++-3/sstream || + test -f /usr/include/gcc/darwin/3.1/g++-v3/sstream ; then cat >>confdefs.h <<\_ACEOF #define HAVE_SSTREAM 1 @@ -9212,6 +9213,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF LDFLAGS="$LDFLAGS -L../libctgraphics -L/usr/X11R6/lib" + my_includes="$my_includes -I/usr/X11R6/include" ctlib_graphics="$ctlibs_base -lctgraphics" echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6