=================================================================== RCS file: /home/cvs/OpenXM/src/ox_math/make-configure,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- OpenXM/src/ox_math/make-configure 2002/08/22 17:04:25 1.3 +++ OpenXM/src/ox_math/make-configure 2005/02/09 07:13:49 1.4 @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenXM: OpenXM/src/ox_math/make-configure,v 1.2 2002/08/15 02:31:52 ohara Exp $ +# $OpenXM: OpenXM/src/ox_math/make-configure,v 1.3 2002/08/22 17:04:25 ohara Exp $ if [ ! -f ./.configure_done ]; then case `uname` in @@ -11,7 +11,7 @@ if [ ! -f ./.configure_done ]; then if [ ! -x ./configure ]; then autoconf fi - ./configure + ./configure --with-gmp ;; esac fi