[Compbench-devel] CompBenchmarks++ configure.in,1.36,1.37
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-08-27 20:02:36
|
Update of /cvsroot/compbench/CompBenchmarks++ In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16368 Modified Files: configure.in Log Message: Exists if swig's not found. Index: configure.in =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/configure.in,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** configure.in 24 Aug 2007 18:36:54 -0000 1.36 --- configure.in 27 Aug 2007 20:02:31 -0000 1.37 *************** *** 48,51 **** --- 48,55 ---- SWIG_PYTHON + if test "$SWIG"x = "x"; then + echo "swig is not installed" >&2 + exit 1; + fi # AC_DEFINE_DIR([CBM_DATADIR], [$datadir], [Data directory]) |