~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Removed AC_SYS_RESTARTABLE_SYSCALLS.
Quoting the autoconf source: "AC_SYS_RESTARTABLE_SYSCALLS is useful only when
 supporting very old systems that lack `sigaction' and `SA_RESTART'.  
Don't bother with this macro unless you need to support very old systems like
 4.2BSD and SVR3." Plus - it take a long time.

Show diffs side-by-side

added added

removed removed

Lines of Context:
631
631
 
632
632
AC_CHECK_FUNCS(strtok_r)
633
633
 
634
 
 
635
 
# System characteristics
636
 
case $SYSTEM_TYPE in
637
 
  *)
638
 
AC_SYS_RESTARTABLE_SYSCALLS
639
 
    ;;
640
 
esac
641
 
 
642
634
# Build optimized or debug version ?
643
635
# First check for gcc and g++
644
636
if test "$ac_cv_c_compiler_gnu" = "yes"