[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl

Diff for /OpenXM/src/ox_ntl/configure between version 1.1 and 1.2

version 1.1, 2003/11/27 14:24:32 version 1.2, 2004/07/04 02:31:51
Line 1 
Line 1 
 #! /bin/sh  #! /bin/sh
   # From configure.in OpenXM.
 # Guess values for system-dependent variables and create Makefiles.  # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.53.  # Generated by GNU Autoconf 2.53.
 #  #
Line 1162  ac_config_headers="$ac_config_headers config.h"
Line 1163  ac_config_headers="$ac_config_headers config.h"
   
   
   
   
   
 echo "$as_me:$LINENO: checking if --enable-debug option secified" >&5  echo "$as_me:$LINENO: checking if --enable-debug option secified" >&5
 echo $ECHO_N "checking if --enable-debug option secified... $ECHO_C" >&6  echo $ECHO_N "checking if --enable-debug option secified... $ECHO_C" >&6
 # Check whether --enable-debug or --disable-debug was given.  # Check whether --enable-debug or --disable-debug was given.
Line 2817  cat >>confdefs.h <<\_ACEOF
Line 2820  cat >>confdefs.h <<\_ACEOF
 _ACEOF  _ACEOF
   
 fi  fi
   
   echo "$as_me:$LINENO: checking for inline" >&5
   echo $ECHO_N "checking for inline... $ECHO_C" >&6
   if test "${ac_cv_c_inline+set}" = set; then
     echo $ECHO_N "(cached) $ECHO_C" >&6
   else
     ac_cv_c_inline=no
   for ac_kw in inline __inline__ __inline; do
     cat >conftest.$ac_ext <<_ACEOF
   #line $LINENO "configure"
   #include "confdefs.h"
   #ifndef __cplusplus
   static $ac_kw int static_foo () {return 0; }
   $ac_kw int foo () {return 0; }
   #endif
   
   _ACEOF
   rm -f conftest.$ac_objext
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
     (eval $ac_compile) 2>&5
     ac_status=$?
     echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); } &&
            { ac_try='test -s conftest.$ac_objext'
     { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
     (eval $ac_try) 2>&5
     ac_status=$?
     echo "$as_me:$LINENO: \$? = $ac_status" >&5
     (exit $ac_status); }; }; then
     ac_cv_c_inline=$ac_kw; break
   else
     echo "$as_me: failed program was:" >&5
   cat conftest.$ac_ext >&5
   fi
   rm -f conftest.$ac_objext conftest.$ac_ext
   done
   
   fi
   echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
   echo "${ECHO_T}$ac_cv_c_inline" >&6
   case $ac_cv_c_inline in
     inline | yes) ;;
     no)
   cat >>confdefs.h <<\_ACEOF
   #define inline
   _ACEOF
    ;;
     *)  cat >>confdefs.h <<_ACEOF
   #define inline $ac_cv_c_inline
   _ACEOF
    ;;
   esac
   
   
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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