[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_toolkit

Diff for /OpenXM/src/ox_toolkit/configure.in between version 1.10 and 1.11

version 1.10, 2004/06/28 12:39:11 version 1.11, 2005/03/03 04:40:51
Line 1 
Line 1 
 dnl  $OpenXM: OpenXM/src/ox_toolkit/configure.in,v 1.9 2004/02/28 23:39:38 ohara Exp $  dnl  $OpenXM: OpenXM/src/ox_toolkit/configure.in,v 1.10 2004/06/28 12:39:11 ohara Exp $
 dnl  If you change this file, do not forget to run autoconf and rm .configure_done  dnl  If you change this file, do not forget to run autoconf and rm .configure_done
   
 AC_INIT(mysocket.c)  AC_INIT(mysocket.c)
Line 14  AC_PATH_XTRA
Line 14  AC_PATH_XTRA
 if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then  if test "${ac_test_CFLAGS}" != set -a "${GCC}" = yes ; then
     CFLAGS="${CFLAGS} -finline-functions"      CFLAGS="${CFLAGS} -finline-functions"
 fi  fi
   
 AC_ARG_WITH([gmp],  
 [  --with-gmp              with the GNU MP library [[no]]],  
 [with_gmp=yes],[with_gmp=no])  
   
 if test ${with_gmp:=no} != no ; then  
     AC_DEFINE([WITH_GMP])  
 fi  
 AM_CONDITIONAL([USE_GMP],[test "$with_gmp" = yes])  
   
 case "${host}" in  case "${host}" in
 [i[3-6]86-*-interix*])  [i[3-6]86-*-interix*])

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>