Diff for /sql/oracle/Attic/configure.in between versions 1.15 and 1.21

version 1.15, 2003/10/24 04:53:57 version 1.21, 2005/11/22 16:46:56
Line 32  dnl Checks for programs. Line 32  dnl Checks for programs.
 AC_PROG_INSTALL  AC_PROG_INSTALL
 AC_PROG_MAKE_SET  AC_PROG_MAKE_SET
 AC_PROG_AWK  AC_PROG_AWK
   
 AC_LANG_CPLUSPLUS   
 AC_PROG_CXX  AC_PROG_CXX
   AC_PROG_CC
   
   dnl most tests should be compiled with C compiler [especially qsort test]
   AC_LANG_C 
   
   
 dnl Enable building of the convenience library  dnl Enable building of the convenience library
 dnl and set LIBLTDL accordingly  dnl and set LIBLTDL accordingly
Line 64  setjmp.h Line 67  setjmp.h
 )  )
   
 AC_MSG_CHECKING(for BSD setenv/getenv/unsetenv)  AC_MSG_CHECKING(for BSD setenv/getenv/unsetenv)
 AC_TRY_COMPILE(  AC_TRY_LINK(
 #ifdef HAVE_STDLIB_H  #ifdef HAVE_STDLIB_H
 #       include <stdlib.h>  #       include <stdlib.h>
 #endif  #endif
Line 88  unsetenv(TEST_NAME); Line 91  unsetenv(TEST_NAME);
     AC_MSG_RESULT(no)      AC_MSG_RESULT(no)
   
     AC_MSG_CHECKING(for POSIX putenv/getenv)      AC_MSG_CHECKING(for POSIX putenv/getenv)
     AC_TRY_COMPILE(      AC_TRY_LINK(
     #ifdef HAVE_STDLIB_H      #ifdef HAVE_STDLIB_H
     #   include <stdlib.h>      #   include <stdlib.h>
     #endif      #endif

Removed from v.1.15  
changed lines
  Added in v.1.21


E-mail: