Diff for /configure.in between versions 1.8 and 1.9

version 1.8, 1998/11/04 00:35:21 version 1.9, 1998/11/04 15:36:04
Line 537  fi Line 537  fi
   
 if test $ol_with_threads = manual ; then  if test $ol_with_threads = manual ; then
         dnl User thinks he can manually configure threads.          dnl User thinks he can manually configure threads.
         $ol_link_threads=yes          ol_link_threads=yes
   
         AC_MSG_WARN([thread defines and link options must be set manually])          AC_MSG_WARN([thread defines and link options must be set manually])
   
Line 557  if test $ol_link_threads = no ; then Line 557  if test $ol_link_threads = no ; then
   
         if test $ol_with_threads = auto ; then          if test $ol_with_threads = auto ; then
                 AC_MSG_WARN([no suitable thread support, disabling threads])                  AC_MSG_WARN([no suitable thread support, disabling threads])
                 $ol_with_threads = no                  ol_with_threads = no
         fi          fi
   
         AC_DEFINE(NO_THREADS,1)          AC_DEFINE(NO_THREADS,1)
Line 610  fi Line 610  fi
   
 if test $ol_with_ldbm_api = manual ; then  if test $ol_with_ldbm_api = manual ; then
         dnl User thinks he can manually configure LDBM api.          dnl User thinks he can manually configure LDBM api.
         $ol_link_ldbm=yes          ol_link_ldbm=yes
   
         AC_MSG_WARN([LDBM defines and link options must be set manually])          AC_MSG_WARN([LDBM defines and link options must be set manually])
   
Line 619  fi Line 619  fi
   
 if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then  if test $ol_link_ldbm = no -a $ol_with_ldbm_type = btree ; then
         AC_MSG_WARN(Could not find LDBM with BTREE support)          AC_MSG_WARN(Could not find LDBM with BTREE support)
         $ol_with_ldbm_api=none          ol_with_ldbm_api=none
 fi  fi
   
 if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then  if test $ol_with_ldbm_api = auto -o $ol_with_ldbm_api = gdbm ; then
Line 659  if test $ol_link_ldbm = no -a $ol_enable Line 659  if test $ol_link_ldbm = no -a $ol_enable
         fi          fi
   
         AC_MSG_WARN(disabling LDBM)          AC_MSG_WARN(disabling LDBM)
         $ol_enable_ldbm=no          ol_enable_ldbm=no
 fi  fi
   
 if test $ol_enable_wrappers = yes ; then  if test $ol_enable_wrappers = yes ; then

Removed from v.1.8  
changed lines
  Added in v.1.9


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org